aspnet-devexpress-dot-web-dot-aspxgridview-dot-exportxlsxtoresponse.md
| Name | Parameters | Description |
|---|---|---|
| ExportXlsxToResponse(XlsxExportOptions) | exportOptions | Exports the control’s data in XLSX format with the specified export settings, and writes it to the response in binary format. |
| ExportXlsxToResponse(XlsxExportOptionsEx) | exportOptions | Exports the control’s data in XLSX format with the specified export settings, and writes it to the response in binary format. |
| ExportXlsxToResponse(Boolean, XlsxExportOptions) | saveAsFile, exportOptions | Exports the control’s data in XLSX format with the specified export settings, and writes it to the response in binary format. |
| ExportXlsxToResponse(Boolean, XlsxExportOptionsEx) | saveAsFile, exportOptions | Exports the control’s data in XLSX format with the specified export settings, and writes it to the response in binary format. |
| ExportXlsxToResponse(String, XlsxExportOptions) | fileName, exportOptions | Exports the control’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format. |
| ExportXlsxToResponse(String, XlsxExportOptionsEx) | fileName, exportOptions | Exports the control’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format. |
| ExportXlsxToResponse(String, Boolean, XlsxExportOptions) | fileName, saveAsFile, exportOptions | Exports the control’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format. |
| ExportXlsxToResponse(String, Boolean, XlsxExportOptionsEx) | fileName, saveAsFile, exportOptions | Exports the control’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format. |