ReportingService2006.UpdateReportExecutionSnapshotAsync 方法

定义

重载

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)

参数

Report
String

适用于

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)

参数

Report
String
userState
Object

适用于