Back to Devexpress

HeatmapControl.ExportToDocx Method

wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-dot-heatmapcontrol-dot-exporttodocx.md

latest1.0 KB
Original Source

HeatmapControl.ExportToDocx Method

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