Back to Devexpress

GridControl.ExportToRtf Method

windowsforms-devexpress-dot-xtragrid-dot-gridcontrol-dot-exporttortf.md

latest1.5 KB
Original Source

GridControl.ExportToRtf Method

NameParametersDescription
ExportToRtf(Stream, RtfExportOptions)stream, optionsExports the grid to a stream in RTF format with the specified options.
ExportToRtf(Stream)streamExports 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, optionsExports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to a file in RTF format.
ExportToRtf(String)filePathExports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) to a file in RTF format.