Skip to main content

PivotGridControl.ExportToRtf Method

Name Parameters Description
ExportToRtf(Stream, RtfExportOptions) stream, options Exports the pivot grid to the specified stream in RTF format, using the specified RTF-specific options.
ExportToRtf(Stream) stream Exports the pivot grid to the specified stream in RTF format.
ExportToRtf(String, RtfExportOptions) filePath, options Exports the pivot grid to the specified file path in RTF format, using the specified RTF-specific options.
ExportToRtf(String) filePath Exports the pivot grid to the specified file path in RTF format.