Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 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

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.