XtraReport.ExportToRtfAsync Method
| Name | Parameters | Description |
|---|---|---|
| ExportToRtfAsync(Stream, RtfExportOptions, CancellationToken) | stream, options, token | Asynchronously exports a report to the specified stream in RTF format. |
| ExportToRtfAsync(String, RtfExportOptions, CancellationToken) | path, options, token | Asynchronously exports a report to the specified file in RTF format. |