ReportExecutionService.LoadReport2Async 方法

定義

多載

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);
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);
Public Sub LoadReport2Async (Report As String, HistoryID As String)

參數

Report
String
HistoryID
String

適用於