Skip to main content
A newer version of this page is available. .

PivotGridControl.ExportToXlsx Method

Name Parameters Description
ExportToXlsx(Stream, TextExportMode) stream, textExportMode Exports the control’s data to the specified file in XLSX (MS Excel 2007) format using the specified options.
ExportToXlsx(Stream, XlsxExportOptions) stream, options Exports the control’s data to the specified file in XLSX (MS Excel 2007) format using the specified options.
ExportToXlsx(Stream) stream Exports the control’s data to the specified stream in XLSX (MS Excel 2007) format.
ExportToXlsx(String, TextExportMode) filePath, textExportMode Exports the control’s data to the specified file in XLSX (MS Excel 2007) format using the specified options.
ExportToXlsx(String, XlsxExportOptions) filePath, options Exports the control’s data to the specified file in XLSX (MS Excel 2007) format using the specified options.
ExportToXlsx(String) filePath Exports the control’s data to the specified file in XLSX (MS Excel 2007) format.