ReportingService2005.CreateReportHistorySnapshotAsync Method
Definition
Overloads
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
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