Expand Minimize
This topic has not yet been rated - Rate this topic

ReportingService2006.UpdateReportExecutionSnapshot Method

Generates a report execution snapshot for a specified report.

Namespace:  ReportService2006
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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.