Back to Devexpress

PivotGridControl.ExportToDocx Method

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

latest1.1 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 Pivot Grid Control’s data to a DOCX document and sends it to the specified stream.
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.