I'm trying to generate a report in my Blazor application.
What I’ve done so far:
- I used the Standalone Report Designer to create a sample report based on JSON data.
- I saved the report as a
.trdp
file and embedded it into my Blazor project. - Using the Telerik Report Viewer, I was able to display the report successfully in the app.
Now here's what I want to do:
- I have dynamic JSON data generated within my Blazor application at runtime.
- I want to use this runtime JSON data to populate the existing
.trdp
report.