| Parameter | Description | Values |
|---|---|---|
| rs:Command | The action to apply to the path, such as render a report or list all of the items in a folder. Defaults to Render for reports. | Render, ListChildren, GetResourceContents, GetDataSourceContents |
| rs:Format | The format in which to render the report, such as HTML4.0 or PDF. Defaults to the appropriate HTML supported by the browser. | HTML3.2, HTML4.0, HTMLOWC, MHTML, IMAGE, EXCEL, CSV, PDF, XML (can also include custom rendering extensions if available) |
| rs:Snapshot | Renders a report snapshot, which uses report data captured at a specific point in time and stored in the reporting server database. | Timestamp of snapshot—for example, 2004-03-30T15:45:02 |
| rs:SessionID | Identifies an established active session between the browser and the report server. This is used when the report server has been configured to not use session cookies. | Existing session id |
| rs:ClearSession | Forces the client browser to clear its cached copy of the report and retrieve a new copy. | True |