Skip to main content
A newer version of this page is available. .

PrintHelper.ExportToRtf Method

Name Parameters Description
ExportToRtf(IPrintableControl, Stream, RtfExportOptions) static source, stream, options Exports a report to the specified stream in RTF format using the specified RTF-specific options.
ExportToRtf(IPrintableControl, Stream) static source, stream Exports a report to the specified stream in RTF format.
ExportToRtf(IPrintableControl, String, RtfExportOptions) static source, filePath, options Exports a report to the specified file path in RTF format using the specified RTF-specific options.
ExportToRtf(IPrintableControl, String) static source, filePath Exports a report to the specified file path in RTF format.
ExportToRtf(IPrintable, Stream, RtfExportOptions) static source, stream, options Exports a report to the specified stream in RTF format using the specified RTF-specific options.
ExportToRtf(IPrintable, Stream) static source, stream Exports a report to the specified stream in RTF format.
ExportToRtf(IPrintable, String, RtfExportOptions) static source, filePath, options Exports a report to the specified file path in RTF format using the specified RTF-specific options.
ExportToRtf(IPrintable, String) static source, filePath Exports a report to the specified file path in RTF format.