Back to Devexpress

PivotGridControl.ExportToDocx Method

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

latest1.0 KB
Original Source

PivotGridControl.ExportToDocx Method

NameParametersDescription
ExportToDocx(Stream, DocxExportOptions)stream, optionsExports the control’s data to the specified stream in DOCX format using the specified options.
ExportToDocx(Stream)streamExports the control’s data to the specified stream in DOCX format using the specified options.
ExportToDocx(String, DocxExportOptions)filePath, optionsExports the control’s data to the specified file in DOCX format using the specified options.
ExportToDocx(String)filePathExports the Pivot Grid Control’s data to the specified DOCX file.