Skip to main content
All docs
V25.1
  • DxReportViewer.PrintAsync() Method

    Asynchronously prints a report.

    Namespace: DevExpress.Blazor.Reporting

    Assembly: DevExpress.Blazor.Reporting.v25.1.Viewer.dll

    NuGet Package: DevExpress.Blazor.Reporting.Viewer

    Declaration

    public override Task PrintAsync()

    Returns

    Type Description
    Task

    An asynchronous operation that prints a document.

    Remarks

    The PrintAsync method exports a document to PDF and uses the browser Print dialog to print the PDF.

    See Also