Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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(IBasePrintable, Stream, RtfExportOptions) static source, stream, options
ExportToRtf(IBasePrintable, Stream) static source, stream
ExportToRtf(IBasePrintable, String, RtfExportOptions) static source, filePath, options
ExportToRtf(IBasePrintable, String) static source, filePath