Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 Call SSRS report from an ASP.Net web page

Author  Topic 

bh0526
Yak Posting Veteran

71 Posts

Posted - 2010-01-12 : 13:04:09
Hi all,

I created a simple report using SSRS in SQL Server 2005. I sent the .rdl to a guy who deployed it to the server were SQL runs. I now want to open the report from an asp.net web page. Can someone help get me started here? Also, the guy who deployed the report I sent him, told me the url for the reeport was like: http://localhost/reportserver/reportserver/

But I need the server name instead of "localhost" correct?

These are probably dumb questions but I'm not too strong in the networking / server area.

Thanks,

Bob

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-01-12 : 13:15:36
yup..you need server name. you just need add url with the server name to open report from asp.net page

http://<Webservername>/reportserver?/<reportfolder>/reportname with parameters if any&rs:Command=Render
Go to Top of Page
   

- Advertisement -