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

GridControl.ExportToRtf Method

Name Parameters Description
ExportToRtf(Stream, RtfExportOptions) stream, options
ExportToRtf(Stream) stream Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to a stream in RTF format.
ExportToRtf(String, RtfExportOptions) filePath, options
ExportToRtf(String) filePath Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to a file in RTF format.