Back to Devexpress

ASPxTreeList.ExportXlsToResponse Method

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

latest2.1 KB
Original Source

ASPxTreeList.ExportXlsToResponse Method

NameParametersDescription
ExportXlsToResponse()noneExports 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)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 to a file in XLS format with the specified export settings, and writes it to the response in binary format.
ExportXlsToResponse(Boolean)saveAsFileExports 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, 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)fileName, saveAsFileExports 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)fileNameExports the ASPxTreeList’s data to the specified file in XLS format, and writes it to the response in binary format.