ReportExecutionService.LoadReport2Async 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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)
参数
- 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