ReportExecutionService.LoadReport3Async 方法

定義

多載

LoadReport3Async(String, String)

public:
 void LoadReport3Async(System::String ^ Report, System::String ^ HistoryID);
public void LoadReport3Async(string Report, string HistoryID);
member this.LoadReport3Async : string * string -> unit
Public Sub LoadReport3Async (Report As String, HistoryID As String)

參數

Report
String
HistoryID
String

適用於

LoadReport3Async(String, String, Object)

public:
 void LoadReport3Async(System::String ^ Report, System::String ^ HistoryID, System::Object ^ userState);
public void LoadReport3Async(string Report, string HistoryID, object userState);
member this.LoadReport3Async : string * string * obj -> unit
Public Sub LoadReport3Async (Report As String, HistoryID As String, userState As Object)

參數

Report
String
HistoryID
String
userState
Object

適用於