Back to Devexpress

ASPxPivotGridExporter.ExportXlsToResponse Method

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgridexporter-dot-exportxlstoresponse.md

latest2.2 KB
Original Source

ASPxPivotGridExporter.ExportXlsToResponse Method

NameParametersDescription
ExportXlsToResponse(String, TextExportMode, Boolean)fileName, textExportMode, saveAsFileExports 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, textExportModeExports 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, saveAsFileExports 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, optionsExports 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, saveAsFileExports 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)fileNameExports the ASPxPivotGrid’s data to the specified file in XLS format, and writes it to the response in the binary format.