Back to Devexpress

HeatmapControl.ExportToXls Method

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

latest1008 B
Original Source

HeatmapControl.ExportToXls Method

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