Back to Devexpress

SankeyDiagramControl.ExportToDocx Method

wpf-devexpress-dot-xpf-dot-charts-dot-sankey-dot-sankeydiagramcontrol-dot-exporttodocx.md

latest1.1 KB
Original Source

SankeyDiagramControl.ExportToDocx Method

NameParametersDescription
ExportToDocx(Stream, DocxExportOptions)stream, optionsExports the Sankey Diagram Control to a stream in DOCX format with the specified export settings.
ExportToDocx(Stream)streamExports the Sankey Diagram Control in DOCX format to the specified stream.
ExportToDocx(String, DocxExportOptions)filePath, optionsExports the Sankey Diagram Control to a file in DOCX format with the specified export settings.
ExportToDocx(String)filePathExports the Sankey Diagram Control in DOCX format to the specified file.