Back to Devexpress

ASPxPivotGridExporter.ExportXlsxToResponse Method

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

latest2.2 KB
Original Source

ASPxPivotGridExporter.ExportXlsxToResponse Method

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