Hello,
Note: there was no ReportViewer control in the dropdown for ASP.NET Core, so I randomly selected DataGrid.
It's unclear from the documentation
https://help.syncfusion.com/aspnet-core/reportviewer/getting-started how to actually use a datasource. I have an RDL file that is being displayed in the control, but it's loading from the datasource embedded in the report itself, even after manually setting the datasource in the controller's OnReportLoaded(ReportViewerOptions) method.
How can I make an RDL report use a datasource that I set from code?
Thanks,
Derek B