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

SankeyDiagramControl.ExportToRtf Method

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