ReportExecutionService.LoadReport2Async 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
| Name | Description |
|---|---|
| LoadReport2Async(String, String, Object) | |
| LoadReport2Async(String, String) |
LoadReport2Async(String, String, Object)
public:
void LoadReport2Async(System::String ^ Report, System::String ^ HistoryID, System::Object ^ userState);
public void LoadReport2Async(string Report, string HistoryID, object userState);
member this.LoadReport2Async : string * string * obj -> unit
Public Sub LoadReport2Async (Report As String, HistoryID As String, userState As Object)
Parameters
- Report
- String
- HistoryID
- String
- userState
- Object
Applies to
LoadReport2Async(String, String)
public:
void LoadReport2Async(System::String ^ Report, System::String ^ HistoryID);
public void LoadReport2Async(string Report, string HistoryID);
member this.LoadReport2Async : string * string -> unit
Public Sub LoadReport2Async (Report As String, HistoryID As String)
Parameters
- Report
- String
- HistoryID
- String