Back to Devexpress

PivotGridControl.ExportToXls Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-dot-exporttoxls.md

latest1.0 KB
Original Source

PivotGridControl.ExportToXls Method

NameParametersDescription
ExportToXls(Stream, XlsExportOptions)stream, optionsExports the pivot grid to the specified stream in XLS format, using the specified XLS-specific options.
ExportToXls(Stream)streamExports the pivot grid to the specified stream in XLS format.
ExportToXls(String, XlsExportOptions)filePath, optionsExports the pivot grid to the specified file path in XLS format using the specified XLS-specific options.
ExportToXls(String)filePathExports the pivot grid to the specified file path in XLS format.