Three samples are available for the Blazor Designer demonstration.
Note: To run this sample, you must have
The sample demonstrates creating a Blazor Server Application with GrapeCity ActiveReports Blazor Designer, using local report service and remote report service.
When you run the sample, the Blazor Designer opens in your browser wherein you can create, edit, or modify your reports.
The project uses the GrapeCity.ActiveReports.Aspnetcore.Designer, GrapeCity.ActiveReports.Aspnetcore.Viewer, GrapeCity.ActiveReports.Blazor.Designer, and GrapeCity.ActiveReports.Blazor.Viewer NuGet packages.
The project consists of the following elements.
The sample demonstrates creating a remote report server that could be be used by GrapeCity ActiveReports Blazor Designer.
When you run the sample, the browser displays the report service as running. The project uses the GrapeCity.ActiveReports.Aspnetcore.Designer and GrapeCity.ActiveReports.Aspnetcore.Viewer NuGet packages.
The project consists of the following elements.
The sample demonstrates how to make Blazor WebAssembly Application with GrapeCity ActiveReports Blazor Designer using remote report service.
You need to first build and run ReportService sample to start the report service if you want to use existing report templates. When you run the BlazorDesignerWebAssembly sample, the Blazor Designer opens in your browser and you can design a new repot or open an existing one.
The project uses the GrapeCity.ActiveReports.Blazor.Designer, GrapeCity.ActiveReports.Blazor.Viewer, Microsoft.AspNetCore.Components.WebAssembly, and Microsoft.AspNetCore.Components.WebAssembly.DevServer NuGet packages.
The project consists of the following elements.