Back to Devexpress

ASPxTreeList.ExportXlsxToResponse Method

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-aspxtreelist-dot-exportxlsxtoresponse.md

latest2.1 KB
Original Source

ASPxTreeList.ExportXlsxToResponse Method

NameParametersDescription
ExportXlsxToResponse()noneExports the ASPxTreeList’s data to a file in XLSX format, and writes it to the response in binary format.
ExportXlsxToResponse(XlsxExportOptions)exportOptionsExports 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, exportOptionsExports 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(Boolean)saveAsFileExports 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, XlsxExportOptions)fileName, exportOptionsExports 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)fileName, saveAsFileExports 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)fileNameExports the ASPxTreeList’s data to the specified file in XLSX format, and writes it to the response in binary format.