Back to Devexpress

ChartControl.ExportToDocx Method

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-dot-exporttodocx.md

latest1.2 KB
Original Source

ChartControl.ExportToDocx Method

NameParametersDescription
ExportToDocx(Stream, DocxDocumentOptions)stream, optionsExports the chart to the specified stream like the docx file using the specified export options.
ExportToDocx(Stream, DocxExportOptions)stream, optionsExports the control in the Office Open XML file format (DOCX file) and sends it to the specified stream.
ExportToDocx(String, DocxDocumentOptions)filePath, optionsExports the chart to a file under the specified path with the specified export options.
ExportToDocx(String, DocxExportOptions)filePath, optionsExports the control in the Office Open XML file format and saves it to the specified DOCX file.