Funky
Funky

Reputation: 13608

using ASP.NET with SSRS

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!

Upvotes: 1

Views: 491

Answers (2)

SQLMason
SQLMason

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: 2

Davide Piras
Davide Piras

Reputation: 44605

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

Upvotes: 1

Related Questions