ActiveReports 18 .NET Edition
Samples / Web Samples / JSViewer Samples / Blazor Viewer
In This Topic
    Blazor Viewer
    In This Topic

    Three samples are available for the Blazor Viewer demonstration.

    Note: To run these samples, you must have

    BlazorViewerServer

    The sample demonstrates creating a Blazor Server Application with ActiveReports Blazor Viewer, using local report service and remote report service.

    ActiveReports Blazor Viewer

    ActiveReports Blazor Viewer

     

    Sample Location

    https://github.com/activereports/WebSamples18/tree/main/BlazorViewer/BlazorViewerServer

    Details

    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.  

    ReportService

    The sample demonstrates creating a remote report server for report processing to be used by ActiveReports Blazor Viewer.

    Sample Location

    https://github.com/activereports/WebSamples18/tree/main/BlazorViewer/ReportService

    Details

    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.

    BlazorViewerWebAssembly

    The sample demonstrates how to make Blazor WebAssembly Application with ActiveReports Blazor Viewer using remote report service.

    Sample Location

    https://github.com/activereports/WebSamples18/tree/main/BlazorViewer/BlazorViewerWebAssembly

    Details

    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.

    See Also

    Developers