Back to Devexpress

ASPxGridBase.ExportXlsToResponse Method

aspnet-devexpress-dot-web-dot-aspxgridbase-dot-exportxlstoresponse.md

latest1.0 KB
Original Source

ASPxGridBase.ExportXlsToResponse Method

NameParametersDescription
ExportXlsToResponse()noneExports the grid’s data to a file in XLS format and writes it to the response in binary format.
ExportXlsToResponse(Boolean)saveAsFileExports the grid’s data to a file in XLS format and writes it to the response in binary format.
ExportXlsToResponse(String, Boolean)fileName, saveAsFileExports the grid’s data to the specified file in XLS format with the specified export settings, and writes it to the response in binary format.
ExportXlsToResponse(String)fileNameExports the grid’s data to the specified file in XLS format, and writes it to the response in binary format.