Back to Devexpress

DataViewBase.ExportToRtf Method

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-dot-exporttortf.md

latest954 B
Original Source

DataViewBase.ExportToRtf Method

NameParametersDescription
ExportToRtf(Stream, RtfExportOptions)stream, optionsExports a grid to the specified stream in RTF format, using the specified RTF-specific options.
ExportToRtf(Stream)streamExports a grid to the specified stream in RTF format.
ExportToRtf(String, RtfExportOptions)filePath, optionsExports a grid to the specified file path in RTF format, using the specified RTF-specific options.
ExportToRtf(String)filePathExports a grid to the specified file path in RTF format.