Back to Devexpress

SankeyDiagramControl.ExportToXls Method

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

latest1.0 KB
Original Source

SankeyDiagramControl.ExportToXls Method

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