ASPxGridBase.ExportXlsToResponse Method
Name | Parameters | Description |
---|---|---|
ExportXlsToResponse() | none | Exports the grid’s data to a file in XLS format and writes it to the response in binary format. |
ExportXlsToResponse(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. |
ExportXlsToResponse(Boolean) | saveAsFile | Exports the grid’s data to a file in XLS format and writes it to the response in binary format. |
ExportXlsToResponse(Boolean, XlsExportOptionsEx) |