Back to Devexpress

ASPxGridExporterBase.WriteXlsToResponse Method

aspnet-devexpress-dot-web-dot-aspxgridexporterbase-dot-writexlstoresponse.md

latest3.7 KB
Original Source

ASPxGridExporterBase.WriteXlsToResponse Method

NameParametersDescription
WriteXlsToResponse()noneExports the grid’s data to a file in XLS format and writes it to the Response in binary format.
WriteXlsToResponse(XlsExportOptions)exportOptionsExports the grid’s data to a file in XLS format with the specified export settings, and writes it to the Response in binary format.
WriteXlsToResponse(XlsExportOptionsEx)exportOptionsExports the grid’s data to a file in XLS format with the specified export settings, and writes it to the Response in binary format.
WriteXlsToResponse(Boolean, XlsExportOptions)saveAsFile, exportOptionsExports the grid’s data to a file in XLS format with the specified export settings, and writes it to the Response in binary format.
WriteXlsToResponse(Boolean, XlsExportOptionsEx)saveAsFile, exportOptionsExports the grid’s data to a file in XLS format with the specified export settings, and writes it to the Response in binary format.
WriteXlsToResponse(Boolean)saveAsFileExports the grid’s data to a file in XLS format and writes it to the Response in binary format.
WriteXlsToResponse(String, XlsExportOptions)fileName, exportOptionsExports 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.
WriteXlsToResponse(String, XlsExportOptionsEx)fileName, exportOptionsExports 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.
WriteXlsToResponse(String, Boolean, XlsExportOptions)fileName, saveAsFile, exportOptionsExports 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.
WriteXlsToResponse(String, Boolean, XlsExportOptionsEx)fileName, saveAsFile, exportOptionsExports 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.
WriteXlsToResponse(String, Boolean)fileName, saveAsFileExports the grid’s data to the specified file in XLS format and writes it to the Response in binary format.
WriteXlsToResponse(String)fileNameExports the grid’s data to the specified file in XLS format and writes it to the Response in binary format.