ReportExecutionService.LoadReport2Async Method

Definition

Overloads

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)

Parameters

Report
String
HistoryID
String
userState
Object

Applies to

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)

Parameters

Report
String
HistoryID
String

Applies to