How to get the URL to access a report?

hi, all

I am just starting to use the SQL Server 2005 report service. And I also made some reports, and I am thinking how to get the URL to access the report, especially when I have some parameters need to be passed into the report.



Answer this question

How to get the URL to access a report?

  • Hilarion

  • ReneeB

    Basically it's something like this:
    http://servername/reportserver /Sales/YearlySalesSummary&rs:Command=Render&rs:Format=HTML4.0&Year=2002

    where Year is a parameter. Check the SQl Server Books Online for URL access.

  • Jag711

    Hi,
    How if i want to pass my reporting server login credential in the url


  • How to get the URL to access a report?