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

ASPxTreeList.ExportXlsxToResponse Method

Name Parameters Description
ExportXlsxToResponse() none Exports the ASPxTreeList’s data to a file in XLSX format, and writes it to the response in binary format.
ExportXlsxToResponse(XlsxExportOptionsEx) exportOptions Exports the tree list’s data to the specified file in XLSX format, and writes it to the response in binary format.
ExportXlsxToResponse(Boolean, XlsxExportOptionsEx) saveAsFile, exportOptions Exports the tree list’s data to the specified file in XLSX format with the specified export settings, and writes it to the response in binary format.
ExportXlsxToResponse(Boolean) saveAsFile Exports the ASPxTreeList’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 grid’s data to the specified file in XLSX format with the specified export settings, and writes it to the response in binary format.
ExportXlsxToResponse(String, Boolean) fileName, saveAsFile Exports the ASPxTreeList’s data to the specified file in XLSX format with the specified export settings, and writes it to the response in binary format.
ExportXlsxToResponse(String) fileName Exports the ASPxTreeList’s data to the specified file in XLSX format, and writes it to the response in binary format.