DxReportViewer.PrintAsync() Method
In This Article
Asynchronously prints a report.
Namespace: DevExpress.Blazor.Reporting
Assembly: DevExpress.Blazor.Reporting.v24.2.Viewer.dll
NuGet Package: DevExpress.Blazor.Reporting.Viewer
#Declaration
#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