ReportExecutionService.LoadReportAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
LoadReportAsync(String, String)
public:
void LoadReportAsync(System::String ^ Report, System::String ^ HistoryID);
public void LoadReportAsync(string Report, string HistoryID);
member this.LoadReportAsync : string * string -> unit
Public Sub LoadReportAsync (Report As String, HistoryID As String)
參數
- Report
- String
- HistoryID
- String
適用於
LoadReportAsync(String, String, Object)
public:
void LoadReportAsync(System::String ^ Report, System::String ^ HistoryID, System::Object ^ userState);
public void LoadReportAsync(string Report, string HistoryID, object userState);
member this.LoadReportAsync : string * string * obj -> unit
Public Sub LoadReportAsync (Report As String, HistoryID As String, userState As Object)
參數
- Report
- String
- HistoryID
- String
- userState
- Object