I created a Web Report Designer using ASP.NET Core 3.1 application guided by this tutorial:
Add Web Report Designer to an ASP.NET Core application
I ran the project in Docker
Then it opens the browser with the application
But the other data sources are not listed (JSON, OData, Web API and XML)
Based on my investigation the reason is because the ReportSettings().RegisterExtensions did not able to register the "BoldReports.Data.WebData"
Thank you in advance,
Djalimeo