Click to Rate and Give Feedback
MSDN
MSDN Library
SQL Server
SQL Server 2008
Reporting Services
Development
Developer's Guide
URL Access
 Rendering a Report Using URL Access

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
Other versions are also available for the following:
SQL Server 2008 Books Online (June 2009)
Rendering a Report Using URL Access

You can run a report using URL access by specifying the Command parameter with a value of Render. You must use the parameter prefix rs: with this parameter. This renders the specified report in the default rendering format for the browser you are using to access the report server. Using the Render value for the Command parameter equates to calling the Render method in the Report Server Web service. For more information about the Command parameter, see Using the Command Parameter.

ms154493.note(en-us,SQL.100).gifNote:
If you omit rs:Command=Render from the URL string, the report is rendered by default. For more information, see Using a URL to Access Report Server Items

The following example uses the Command parameter to render the specified report:

http://<Server Name>/reportserver?/Sales/YearlySalesByCategory&rs:Command=Render

Other Resources

URL Access

Help and Information

Getting SQL Server 2008 Assistance
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker