ActiveReports 17 .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 GrapeCity ActiveReports Blazor Viewer, using local report service and remote report service.

    GrapeCity ActiveReports Blazor Viewer

    GrapeCity ActiveReports Blazor Viewer

     

    Sample Location

    https://github.com/activereports/WebSamples17/tree/main/JsViewerSamples/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 GrapeCity.ActiveReports.Aspnetcore.Viewer and the GrapeCity.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 GrapeCity ActiveReports Blazor Viewer.

    Sample Location

    https://github.com/activereports/WebSamples17/tree/main/JsViewerSamples/BlazorViewer/ReportService

    Details

    When you run the sample, the browser displays the report service as running. The project uses the GrapeCity.ActiveReports.Aspnetcore.Viewer NuGet package.

    The project consists of the following elements.

    BlazorViewerWebAssembly

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

    Sample Location

    https://github.com/activereports/WebSamples17/tree/main/JsViewerSamples/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 GrapeCity.ActiveReports.Blazor.Viewer NuGet package.

    The project consists of the following elements.

     

    See Also

    Developers