LinkBase.ExportToRtf Method
| Name | Parameters | Description |
|---|---|---|
| ExportToRtf(Stream, RtfExportOptions) | stream, options | Exports a report to the specified stream in RTF format using the specified RTF-specific options. |
| ExportToRtf(Stream) | stream | Exports a report to the specified stream in RTF format. |
| ExportToRtf(String, RtfExportOptions) | filePath, options | Exports a report to the specified file path in RTF format using the specified RTF-specific options. |
| ExportToRtf(String) | filePath | Exports a report to the specified file path in RTF format. |