ReportExecutionService.LoadReportAsync Methode

Definition

Überlädt

LoadReportAsync(String, String)
LoadReportAsync(String, String, Object)

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)

Parameter

Report
String
HistoryID
String

Gilt für:

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)

Parameter

Report
String
HistoryID
String
userState
Object

Gilt für: