Three samples are available for the Blazor Viewer demonstration.
Note: To run these samples, you must have
The sample demonstrates creating a Blazor Server Application with ActiveReports Blazor Viewer, using local report service and remote report service.
https://github.com/activereports/WebSamples18/tree/main/BlazorViewer/BlazorViewerServer
When you run the sample, the Blazor Viewer opens in your browser. Clicking the report link in the left panel opens the report for preview.
The project uses the MESCIUS.ActiveReports.Aspnetcore.Viewer and the MESCIUS.ActiveReports.Blazor.Viewer NuGet packages.
The project consists of the following elements.
The sample demonstrates creating a remote report server for report processing to be used by ActiveReports Blazor Viewer.
https://github.com/activereports/WebSamples18/tree/main/BlazorViewer/ReportService
When you run the sample, the browser displays the report service as running. The project uses the MESCIUS.ActiveReports.Aspnetcore.Viewer NuGet package.
The project consists of the following elements.
The sample demonstrates how to make Blazor WebAssembly Application with ActiveReports Blazor Viewer using remote report service.
https://github.com/activereports/WebSamples18/tree/main/BlazorViewer/BlazorViewerWebAssembly
You need to first build and run ReportService sample to start the report service. When you run the BlazorViewerWebAssembly sample, the Blazor Viewer opens in your browser. Clicking the report link in the left panel opens the report for preview.
The project uses the MESCIUS.ActiveReports.Blazor.Viewer NuGet package.
The project consists of the following elements.