Click to Rate and Give Feedback
MSDN
MSDN Library
SQL Server
SQL Server 2008
Reporting Services
Development
Developer's Guide
URL Access
 Specifying a Rendering Format in a ...

  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)
Specifying a Rendering Format in a URL

You can optionally specify the format in which to render a report by using the Format parameter. You must use the rs: parameter prefix with this parameter.

Valid values for this parameter are based on the report rendering extensions that are installed on the report server being accessed.

You can use the ListExtensions method provided by the SQL Server Report Server Web service, to determine which rendering extensions are installed on a particular instance of the report server. Common extensions are HTML3.2, HTML4.0, MHTML, IMAGE, EXCEL, WORD, CSV, PDF, XML, and NULL. If a specified rendering extension is not installed on the report server, the report is not rendered and an error is generated and displayed in the browser.

If you do not include the Format parameter as part of the URL, the report server detects the browser and renders the report in the appropriate HTML format.

The following example renders a report in HTML 4.0 format:

http://<Server Name>/reportserver?/Sales/YearlySalesSummary&rs:Format=HTML4.0&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