PdfStreamingExporter.ExportAsync(String, PdfExportOptions, CancellationToken) Method
In This Article
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public Task ExportAsync(
string fileName,
PdfExportOptions options = null,
CancellationToken token = default(CancellationToken)
)
#Parameters
Name | Type |
---|---|
file |
String |
#Optional Parameters
Name | Type | Default |
---|---|---|
options | Pdf |
null |
token | Cancellation |
null |
#Returns
Type |
---|
Task |
See Also