Skip to main content

ASPxPivotGridExporter.ExportXlsToResponse Method

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