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

DataViewBase.ExportToRtf Method

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