Skip to main content
A newer version of this page is available. .
Tab

ASPxGridExporterBase.WriteXlsToResponse Method

Name Parameters Description
WriteXlsToResponse() none Exports the grid’s data to a file in XLS format and writes it to the Response in binary format.
WriteXlsToResponse(XlsExportOptions) exportOptions Obsolete. Exports 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) exportOptions Exports 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, exportOptions Obsolete. Exports 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, exportOptions Exports 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) saveAsFile Exports the grid’s data to a file in XLS format and writes it to the Response in binary format.
WriteXlsToResponse(String, XlsExportOptions) fileName, exportOptions Obsolete. Exports 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, exportOptions Exports 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, exportOptions Obsolete. Exports 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, exportOptions Exports 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, saveAsFile Exports the grid’s data to the specified file in XLS format and writes it to the Response in binary format.
WriteXlsToResponse(String) fileName Exports the grid’s data to the specified file in XLS format and writes it to the Response in binary format.