Back to Devexpress

ASPxGridView.ExportXlsToResponse Method

aspnet-devexpress-dot-web-dot-aspxgridview-dot-exportxlstoresponse.md

latest2.7 KB
Original Source

ASPxGridView.ExportXlsToResponse Method

NameParametersDescription
ExportXlsToResponse(XlsExportOptions)exportOptionsExports the control’s data in XLS format with the specified export settings, and writes it to the response in binary format.
ExportXlsToResponse(XlsExportOptionsEx)exportOptionsExports the control’s data in XLS format with the specified export settings, and writes it to the response in binary format.
ExportXlsToResponse(Boolean, XlsExportOptions)saveAsFile, exportOptionsExports the control’s data in XLS format with the specified export settings, and writes it to the response in binary format.
ExportXlsToResponse(Boolean, XlsExportOptionsEx)saveAsFile, exportOptionsExports the control’s data in XLS format with the specified export settings, and writes it to the response in binary format.
ExportXlsToResponse(String, XlsExportOptions)fileName, exportOptionsExports the control’s data to a file in XLS format with the specified export settings, and writes it to the response in binary format.
ExportXlsToResponse(String, XlsExportOptionsEx)fileName, exportOptionsExports the control’s data to a file in XLS format with the specified export settings, and writes it to the response in binary format.
ExportXlsToResponse(String, Boolean, XlsExportOptions)fileName, saveAsFile, exportOptionsExports the control’s data to a file in XLS format with the specified export settings, and writes it to the response in binary format.
ExportXlsToResponse(String, Boolean, XlsExportOptionsEx)fileName, saveAsFile, exportOptionsExports the control’s data to a file in XLS format with the specified export settings, and writes it to the response in binary format.