Skip to main content
A newer version of this page is available. .
All docs
V20.2

SankeyDiagramControl.ExportToHtml Method

Name Parameters Description
ExportToHtml(Stream, HtmlExportOptions) stream, options Exports the Sankey Diagram Control to a stream in HTML format with the specified export settings.
ExportToHtml(Stream) stream Exports the Sankey Diagram Control in HTML format to the specified stream.
ExportToHtml(String, HtmlExportOptions) filePath, options Exports the Sankey Diagram Control to a file in HTML format with the specified export settings.
ExportToHtml(String) filePath Exports the Sankey Diagram Control in HTML format to the specified file.