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