ReportingService2006.UpdateReportExecutionSnapshot Method
SQL Server 2008
Generates a report execution snapshot for a specified report.
Assembly: ReportService2006 (in ReportService2006.dll)
[SoapHeaderAttribute("TrustedUserHeaderValue")] [SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices/UpdateReportExecutionSnapshot", RequestNamespace = "http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices", ResponseNamespace = "http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)] [SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)] public void UpdateReportExecutionSnapshot( string Report )
Parameters
- Report
- Type: System.String
The fully qualified URL for the report including the file name and .rdl file name extension.
