This sample project serves to demonstrate how the native Blazor Report viewer can be integrated alongside the Web Report Designer in a Blazor project created using the ASP.NET Core Hosted project template.
The WeatherReport.trdp
report in the project uses the WebServiceDataSource component in order to connect to a REST API for its data. In this case, the data is actually server from the local service though the /WeatherForecast
endpoint which requires the solution to be running in order to preview the report. Even though the service does not require it, a JWT is also passed through the WebServiceDataSource
component via an Authorization
request header, as an example of how to pass additional request headers.
- Telerik Reporting R1 2023 SP1
- ASP.Net Core Hosted 7 Blazor Client / Server Application
- Shows the
WeatherReport.trdp
report in the native Blazor Report viewer - Edits the
WeatherReport.trdp
report in the Web Report Designer
This sample solution is set up for the Telerik Reporting Trial
version.
To make this sample work for the licensed Telerik Reporting, remove the .Trial
suffix from the package, script, stylesheet, etc. references.
Additionally, please make sure that you have set up the private Telerik feed before attempting to run the project - Adding the Telerik Private NuGet Feed to Visual Studio