Back to Devexpress

BaseView.ExportToRtf Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-baseview-dot-exporttortf.md

latest1.1 KB
Original Source

BaseView.ExportToRtf Method

NameParametersDescription
ExportToRtf(Stream, RtfExportOptions)stream, optionsExports the view’s data to a stream in RTF format.
ExportToRtf(Stream)streamExports the GridControl.DefaultView‘s data to a stream in RTF format.
ExportToRtf(String, RtfExportOptions)filePath, optionsExports the view’s data to a file in RTF format.
ExportToRtf(String)filePathExports the GridControl.DefaultView‘s data to a file in RTF format.