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

ChartControl.ExportToDocx Method

Name Parameters Description
ExportToDocx(Stream, DocxDocumentOptions) stream, options Exports the chart to the specified stream like the docx file using the specified export options.
ExportToDocx(Stream) stream Exports the chart to the specified stream like the docx file.
ExportToDocx(String, DocxDocumentOptions) filePath, options Exports the chart to a file under the specified path with the specified export options.
ExportToDocx(String) filePath Exports the chart to a file under the specified path.