Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.68 KB

render-a-report-history-snapshot-using-url-access.md

File metadata and controls

34 lines (29 loc) · 1.68 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic ms.custom helpviewer_keywords
Render a report history snapshot using URL access
Learn how to render a report based on a report history snapshot by supplying the rs:Snapshot parameter and setting its value to a valid snapshot ID.
kfollis
kfollis
09/25/2024
reporting-services
reporting-services
conceptual
updatefrequency5
URL access [Reporting Services], report history
history snapshots [Reporting Services]
historical data [Reporting Services]
snapshots [Reporting Services], URL access
snapshots [Reporting Services], rendering report history

Render a report history snapshot using URL access

You can render a report based on a report history snapshot by supplying the rs:Snapshot parameter and setting its value to a valid snapshot ID. The parameter value is in the format YYYY-MM-DDTHH:MM:SS, based on the International Organization for Standardization (ISO) 8601 standard.

If you omit this parameter, the report is rendered according to the report execution and cache management option settings of the report server. For more information about report execution, see Set report processing properties.

Example

The following example shows a URL that retrieves a report history snapshot:

https://myrshost/reportserver?/SampleReports/Company Sales&rs:Snapshot=2003-04-07T13:40:02  

Related content