Back to Devexpress

LinkBase.ExportToRtf Method

wpf-devexpress-dot-xpf-dot-printing-dot-linkbase-dot-exporttortf.md

latest956 B
Original Source

LinkBase.ExportToRtf Method

NameParametersDescription
ExportToRtf(Stream, RtfExportOptions)stream, optionsExports a report to the specified stream in RTF format using the specified RTF-specific options.
ExportToRtf(Stream)streamExports a report to the specified stream in RTF format.
ExportToRtf(String, RtfExportOptions)filePath, optionsExports a report to the specified file path in RTF format using the specified RTF-specific options.
ExportToRtf(String)filePathExports a report to the specified file path in RTF format.