Skip to main content
A newer version of this page is available. .
All docs
V23.1

Report Viewer for WebAssembly (Native)

Report Viewer for WebAssembly (Native)

Quick Start

Review the following guides to create a Blazor reporting application with the Report Viewer (Native):

Interface Elements

The following help topic describes the Report Viewer’s user interface elements: Interface Elements - Report Viewer for Blazor.

Open a Report

Use the DxReportViewer.Report property to specify a report to open. To load a report at runtime, assign an object with the IReport interface (an XtraReport or a CachedReportSource instance) to the DxReportViewer.Report property.

Note

The Visual Studio Report Designer is not available in .NET MAUI applications. You can generate a report in a separate class library, and then reference it in your project.

Print

Click Print in the Toolbar to print the document.

Blazor Report Viewer Print Button

The Report Viewer renders the report in PDF and invokes the browser Print dialog.

Export

Click Export To and select an export format from the list to download the report in the selected format.

Blazor Report Viewer Export Menu

Use the report’s ExportOptions property to specify export options.