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

VGridControlBase.ExportToRtf Method

Name Parameters Description
ExportToRtf(Stream, RtfExportOptions) stream, options Exports the control’s data in the Rich Text Format (RTF file) and sends it to the specified stream.
ExportToRtf(Stream) stream Exports the control’s data as Rich Text and sends it to the specified stream.
ExportToRtf(String, RtfExportOptions) filePath, options Exports the control’s data in the Rich Text Format and saves it to the specified RTF file.
ExportToRtf(String) filePath Exports the control’s data to the specified RTF file.