I have an asp.net site and looking to do some reporting with SSRS. Is there any way to do this? If so, are there any good tutorials out there to get started?
Thanks!
I have an asp.net site and looking to do some reporting with SSRS. Is there any way to do this? If so, are there any good tutorials out there to get started?
Thanks!
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.
very generic question, MS has a ReportViewer class / component which you can host in your ASP.NET page, see here: Microsoft Report Viewer Redistributable 2008