ReportingService2005.UpdateReportExecutionSnapshotAsync Method

Definition

Overloads

UpdateReportExecutionSnapshotAsync(String)
UpdateReportExecutionSnapshotAsync(String, Object)

UpdateReportExecutionSnapshotAsync(String)

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

Parameters

Report
String

Applies to

UpdateReportExecutionSnapshotAsync(String, Object)

public:
 void UpdateReportExecutionSnapshotAsync(System::String ^ Report, System::Object ^ userState);
public void UpdateReportExecutionSnapshotAsync (string Report, object userState);
member this.UpdateReportExecutionSnapshotAsync : string * obj -> unit
Public Sub UpdateReportExecutionSnapshotAsync (Report As String, userState As Object)

Parameters

Report
String
userState
Object

Applies to