ASPxPivotGridExporter.ExportToRtf Method
Name | Parameters | Description |
---|---|---|
ExportToRtf(Stream, RtfExportOptions) | stream, options | Exports pivot grid data to a stream in RTF format using the specified options. |
ExportToRtf(Stream) | stream | Exports the ASPxPivotGrid’s data to a stream in RTF format. |
ExportToRtf(String) | filePath | Exports the ASPxPivotGrid’s data to a file in RTF format. |