Hi, I have a requirement where I need to view SSRS reports using Telerik Report Viewer. Is there any way I can achieve this?
Here is the details of what I have so far-
1. I created a RDL report on my project and deployed it to the Server. I'm able to view that report on SSRS Report Server portal.
2. Now I'm trying to view that report in my Blazor Webassembly application using Telerik Report Viewer. I've created a REST service for that but it is not reading reports from SSRS Reporting Server.
Is there any way, I can achieve this ?