Back to Devexpress

ASPxPivotGridExporter.ExportToXls Method

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

latest1.6 KB
Original Source

ASPxPivotGridExporter.ExportToXls Method

NameParametersDescription
ExportToXls(Stream, TextExportMode)stream, textExportModeExports the control’s data to the specified stream in XLS format using the specified options.
ExportToXls(Stream, XlsExportOptions)stream, optionsExports the control’s data to the specified stream in XLS format using the specified options.
ExportToXls(Stream)streamExports the ASPxPivotGrid’s data to a stream in XLS format.
ExportToXls(String, TextExportMode)filePath, textExportModeExports the control’s data to the specified file in XLS format using the specified options.
ExportToXls(String, XlsExportOptions)filePath, optionsExports the control’s data to the specified file in XLS format using the specified options.
ExportToXls(String)filePathExports the ASPxPivotGrid’s data to a file in XLS format.