PivotGridControl.ExportToDocx Method
Name | Parameters | Description |
---|---|---|
Export |
stream, options | Exports the control’s data to the specified stream in DOCX format using the specified options. |
Export |
stream | Exports the Pivot Grid Control’s data to a DOCX document and sends it to the specified stream. |
Export |
file |
Exports the control’s data to the specified file in DOCX format using the specified options. |
Export |
file |
Exports the Pivot Grid Control’s data to the specified DOCX file. |