Back to Devexpress

PivotGridControl.ExportToXlsx Method

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

latest1.7 KB
Original Source

PivotGridControl.ExportToXlsx Method

NameParametersDescription
ExportToXlsx(Stream, TextExportMode)stream, textExportModeExports the control’s data to the specified file in XLSX (MS Excel 2007) format using the specified options.
ExportToXlsx(Stream, XlsxExportOptions)stream, optionsExports the control’s data to the specified file in XLSX (MS Excel 2007) format using the specified options.
ExportToXlsx(Stream)streamExports the control’s data to the specified stream in XLSX (MS Excel 2007) format.
ExportToXlsx(String, TextExportMode)filePath, textExportModeExports the control’s data to the specified file in XLSX (MS Excel 2007) format using the specified options.
ExportToXlsx(String, XlsxExportOptions)filePath, optionsExports the control’s data to the specified file in XLSX (MS Excel 2007) format using the specified options.
ExportToXlsx(String)filePathExports the control’s data to the specified file in XLSX (MS Excel 2007) format.