Hello,
I want to build a reusable Blazor component with the bold report viewer but I don't get how I can pass Generic types datasource to the reports api controller.
Following the example I see the datasource is set in the OnInitReportOptions() function, how can I pass different datasource to it without having to create a different controller for every report ?
Thanks