Link to Reporting Services reports in ASP.NET app
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.
Use Microsoft Report Viewer control inside Reporting category in toolbox, I use this and works fine with linking SSRS reports
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.
精彩评论