How to configure data source extension is not working with Docker

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

And after that I configured data source extension following this tutorial How to configure data source extension

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

3 Replies

MS Mahendran Shanmugam Syncfusion Team December 22, 2020 08:41 AM UTC

Hi Dan,  

We need to install the “BoldReports.Data.WebData” NuGet package need to be install in your application to get a WebAPI data source in ASP.NET Core application. Please find the below help documentation for adding the NuGet package. 

Regards,  
Mahendran S.  



DM Dan Michael Jalimeo December 22, 2020 08:51 AM UTC

Hi Mahendran,

Thanks for responding...

I installed the “BoldReports.Data.WebData” since it is part of the How to configure data source extension tutorial.

I attached the sample project so you can try and investigate it.

Regards,
Djalimeo



Attachment: BoldReportsDesignerNetCore3_d4241e70.rar


MS Mahendran Shanmugam Syncfusion Team December 23, 2020 03:01 AM UTC

Hi Dan, 

Thanks for your update. 

We were able to reproduce the mentioned issue and already we are discussing the same issue in the incident. We will provide you the details in the incident, so could you please follow up the incident for more details. 

Regards, 
Mahendran S. 


Loader.
Up arrow icon