Reputation: 4807
I have an asp.net web app and I need to launch a pdf report that is developed in SSRS using SQL 2005. The SSRS report query has been created. How can I go about launching the report?
Upvotes: 0
Views: 1112
Reputation: 2358
The "ReportViewer" webpart might be able to do what you want: How to: Add the Report Viewer Web Part to a Web Page (SharePoint Integrated Mode).
Upvotes: 0