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.
|