user279521
user279521

Reputation: 4807

Launching an SSRS report from asp.net web application

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

Answers (2)

scherand
scherand

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

Giorgi
Giorgi

Reputation: 30873

Are you using the ReportViewer control? You can use the Render method to render the report to the format you need.

Upvotes: 1

Related Questions