Back to Devexpress

ChartControlBase.ExportToDocx Method

wpf-devexpress-dot-xpf-dot-charts-dot-chartcontrolbase-dot-exporttodocx.md

latest2.2 KB
Original Source

ChartControlBase.ExportToDocx Method

NameParametersDescription
ExportToDocx(Stream, PrintSizeMode)stream, sizeModeExports a chart to the specified stream in the DOCX format with the specified size mode.
ExportToDocx(Stream, DocxExportOptions, PrintSizeMode)stream, options, sizeModeExports a chart to the specified stream in the DOCX format with the specified export options and size mode.
ExportToDocx(Stream, DocxExportOptions)stream, optionsExports a chart to the specified stream in the DOCX format with the specified export settings.
ExportToDocx(Stream)streamExports a chart to the specified stream in the DOCX format.
ExportToDocx(String, PrintSizeMode)filePath, sizeModeExports a chart to the specified file in the DOCX format with the specified size mode.
ExportToDocx(String, DocxExportOptions, PrintSizeMode)filePath, options, sizeModeExports a chart to the specified file in the DOCX format with the specified export settings and size mode.
ExportToDocx(String, DocxExportOptions)filePath, optionsExports a chart to the specified file in the DOCX format with the specified export settings.
ExportToDocx(String)filePathExports a chart to the specified file in the DOCX format with the specified settings.