Back to Devexpress

PrintHelper.ExportToRtf Method

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

latest2.1 KB
Original Source

PrintHelper.ExportToRtf Method

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