Back to Devexpress

ASPxGridExporterBase.WriteXlsxToResponse Method

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

latest3.7 KB
Original Source

ASPxGridExporterBase.WriteXlsxToResponse Method

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