Skip to main content

ASPxPivotGridExporter.ExportXlsxToResponse Method

Name Parameters Description
ExportXlsxToResponse(String, TextExportMode, Boolean) fileName, textExportMode, saveAsFile Exports the ASPxPivotGrid’s data to the specified file in XLSX format with the specified settings, and writes it to the response in the binary format.
ExportXlsxToResponse(String, TextExportMode) fileName, textExportMode Exports the ASPxPivotGrid’s data to the specified file in XLSX format with the specified export setting, and writes it to the response in the binary format.
ExportXlsxToResponse(String, XlsxExportOptions, Boolean) fileName, options, saveAsFile Exports the ASPxPivotGrid’s data to the specified file in XLSX format with the specified export settings, and writes it to the response in the binary format.
ExportXlsxToResponse(String, XlsxExportOptions) fileName, options Exports the ASPxPivotGrid’s data to the specified file in XLSX format with the specified export settings, and writes it to the response in the binary format.
ExportXlsxToResponse(String, Boolean) fileName, saveAsFile Exports the ASPxPivotGrid’s data to the specified file in XLSX format with the specified setting, and writes it to the response in the binary format.
ExportXlsxToResponse(String) fileName Exports the ASPxPivotGrid’s data to the specified file in XLSX format, and writes it to the response in the binary format.