ReportExecutionService.LoadReport2Async 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)
參數
- Report
- String
- HistoryID
- String
- userState
- Object
適用於
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)
參數
- Report
- String
- HistoryID
- String