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