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