Skip to main content

ASPxTreeList.ExportXlsToResponse Method

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