Skip to main content

ASPxTreeListExporter.WriteXlsToResponse Method

Name Parameters Description
WriteXlsToResponse() none Exports data to a file in XLS format and writes it to the Response in the binary format.
WriteXlsToResponse(XlsExportOptions) exportOptions Exports data to a file in XLS format with the specified export settings, and writes it to the Response in the binary format.
WriteXlsToResponse(Boolean, XlsExportOptions) saveAsFile, exportOptions Exports data to a file in XLS format with the specified export settings, and writes it to the Response in the binary format.
WriteXlsToResponse(Boolean) saveAsFile Exports data to a file in XLS format and writes it to the Response in the binary format.
WriteXlsToResponse(String, XlsExportOptions) fileName, exportOptions Exports data to the specified file in XLS format, with the specified export settings, and writes it to the Response in the binary format.
WriteXlsToResponse(String, Boolean) fileName, saveAsFile Exports data to the specified file in XLS format and writes it to the Response in the binary format.
WriteXlsToResponse(String) fileName Exports data to the specified file in XLS format and writes it to the Response in the binary format.