VGridControlBase.ExportToRtf Method
Name | Parameters | Description |
---|---|---|
Export |
stream, options | Exports the control’s data in the Rich Text Format (RTF file) and sends it to the specified stream. |
Export |
stream | Exports the control’s data as Rich Text and sends it to the specified stream. |
Export |
file |
Exports the control’s data in the Rich Text Format and saves it to the specified RTF file. |
Export |
file |
Exports the control’s data to the specified RTF file. |