aspnet-devexpress-dot-web-dot-aspxgridexporterbase-dot-writexlstoresponse.md
| 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 | 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 | 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 | 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 | 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. |