ReportingService2006.UpdateReportExecutionSnapshot(String) Method

Definition

Generates a report execution snapshot for a specified report.

public:
 void UpdateReportExecutionSnapshot(System::String ^ Report);
public void UpdateReportExecutionSnapshot (string Report);
member this.UpdateReportExecutionSnapshot : string -> unit
Public Sub UpdateReportExecutionSnapshot (Report As String)

Parameters

Report
String

The fully qualified URL for the report including the file name and .rdl file name extension.

Remarks

The table below shows header and permissions information on this operation.

SOAP Headers (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
Required Permissions <xref:Microsoft.SharePoint.SPBasePermissions.ViewListItems>

Applies to