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