ReportingService2005.CreateReportHistorySnapshotAsync Method

Definition

Overloads

CreateReportHistorySnapshotAsync(String)
CreateReportHistorySnapshotAsync(String, Object)

CreateReportHistorySnapshotAsync(String)

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

Parameters

Report
String

Applies to

CreateReportHistorySnapshotAsync(String, Object)

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

Parameters

Report
String
userState
Object

Applies to