ChartControl.ExportToDocx Method
Name | Parameters | Description |
---|---|---|
Export |
stream, options | Exports the chart to the specified stream like the docx file using the specified export options. |
Export |
stream, options | Exports the control in the Office Open XML file format (DOCX file) and sends it to the specified stream. |
Export |
file |
Exports the chart to a file under the specified path with the specified export options. |
Export |
file |
Exports the control in the Office Open XML file format and saves it to the specified DOCX file. |