ReportingService2005.CreateReportHistorySnapshotAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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