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