BaseView.ExportToRtf Method
| Name | Parameters | Description |
|---|---|---|
| ExportToRtf(Stream, RtfExportOptions) | stream, options | Exports the view’s data to a stream in RTF format. |
| ExportToRtf(Stream) | stream | Exports the GridControl.DefaultView‘s data to a stream in RTF format. |
| ExportToRtf(String, RtfExportOptions) | filePath, options | Exports the view’s data to a file in RTF format. |
| ExportToRtf(String) | filePath | Exports the GridControl.DefaultView‘s data to a file in RTF format. |