Skip to main content
All docs
V25.1
  • PdfStreamingExporter.ExportAsync(String, PdfExportOptions, CancellationToken) Method

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public Task ExportAsync(
        string fileName,
        PdfExportOptions options = null,
        CancellationToken token = default(CancellationToken)
    )

    Parameters

    Name Type
    fileName String

    Optional Parameters

    Name Type Default
    options PdfExportOptions null
    token CancellationToken null

    Returns

    Type
    Task
    See Also