I have a Legacy ASP.NET MVC app from 2016. It's hosted on classic Windows Server and has a separate Reporting server app with a 20+ reports that I would like to continue using.
We are currently rewrittig the app to Azure hosted ASP.NET Core api + React for Frontend.
Can you advise how to host the existing reports in a new way?
Ideally we would somehow use the React Report Viewer plugin?
Can Reports REST Api app be made into a separate ASP.NET CORE Api that will provide service for the existing report files?
We are currently rewrittig the app to Azure hosted ASP.NET Core api + React for Frontend.
Can you advise how to host the existing reports in a new way?
Ideally we would somehow use the React Report Viewer plugin?
Can Reports REST Api app be made into a separate ASP.NET CORE Api that will provide service for the existing report files?