Back to Devexpress

PivotGridControl.ExportToXls Method

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-dot-exporttoxls.md

latest1.6 KB
Original Source

PivotGridControl.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 Pivot Grid Control’s data as XLS and sends it to the specified stream.
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 Pivot Grid Control’s data to the specified file as XLS.