Reputation: 13695
I have an ASP.NET app and want to link to reports that run in Reporting Services and allow the user to view the reports. I am unclear about how to do this. Is there some example that shows how this is done and what html I use to link to the reports? The mrt files are created but I don't know what the next steps are to have them render to the user via the ASP.NET page.
Upvotes: 0
Views: 658
Reputation: 1943
Use Microsoft Report Viewer control inside Reporting category in toolbox, I use this and works fine with linking SSRS reports
Upvotes: 1
Reputation: 3275
There are a couple ways to do this. One of which is to use the SSRS Report Viewer another way is to use an IFRAME and point to the report - which is the way the Telerik Silverlight HTML placeholder works.
Upvotes: 0