Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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, DocxExportOptions) stream, options Exports the control in the Office Open XML file format (DOCX file) and sends it to the specified stream.
ExportToDocx(String, DocxDocumentOptions) filePath, options Exports the chart to a file under the specified path with the specified export options.
ExportToDocx(String, DocxExportOptions) filePath, options Exports the control in the Office Open XML file format and saves it to the specified DOCX file.