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

PivotGridControl.ExportToDocx Method

Name Parameters Description
ExportToDocx(Stream, DocxExportOptions) stream, options Exports the control’s data to the specified stream in DOCX format using the specified options.
ExportToDocx(Stream) stream Exports the control’s data to the specified stream in DOCX format using the specified options.
ExportToDocx(String, DocxExportOptions) filePath, options Exports the control’s data to the specified file in DOCX format using the specified options.
ExportToDocx(String) filePath Exports the Pivot Grid Control’s data to the specified DOCX file.