Back to Devexpress

VGridControlBase.ExportToRtf Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-dot-exporttortf.md

latest1.0 KB
Original Source

VGridControlBase.ExportToRtf Method

NameParametersDescription
ExportToRtf(Stream, RtfExportOptions)stream, optionsExports the control’s data in the Rich Text Format (RTF file) and sends it to the specified stream.
ExportToRtf(Stream)streamExports the control’s data as Rich Text and sends it to the specified stream.
ExportToRtf(String, RtfExportOptions)filePath, optionsExports the control’s data in the Rich Text Format and saves it to the specified RTF file.
ExportToRtf(String)filePathExports the control’s data to the specified RTF file.