views:

130

answers:

2

Hi, 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?

+1  A: 

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

Giorgi
A: 

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).

scherand