I hope you are all doing well. I am currently working on integrating Syncfusion's Bold Reports into my Blazor application. I have encountered a scenario where I need to dynamically change the data source for a report defined in an RDL file.
The report in question utilizes a JSON data source. However, in my Blazor application, I need to be able to change this data source dynamically based on user input or other conditions. Unfortunately, I couldn't find a straightforward way to achieve this within the Bold Reports documentation.
Could someone please guide me on how to dynamically change the data source for a Bold Reports report in a Blazor application? Specifically, I am looking for a method or approach that allows me to programmatically set or update the data source used by the report.