UpdateSnapshot Method
SQL Server 2000
ReportingService.UpdateReportExecutionSnapshot Method
Generates a report history snapshot for a specified report.
Public Sub UpdateSnapshot( _ ByVal Report As String _ ) Member of [Namespace].ReportingService
public void UpdateSnapshot( string Report ); Member of [Namespace].ReportingService
Parameters
- Report
- The full path name of the report.
Permissions
| Operation | Description |
|---|---|
| Execute | Required to generate an execution snapshot for a report. If sub-reports are present in the report, the user must have Execute permission on the sub-reports. |