Back to Devexpress

PivotGridControl.ExportToRtf Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-dot-exporttortf.md

latest1.0 KB
Original Source

PivotGridControl.ExportToRtf Method

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