ReportExecutionService.LoadDrillthroughTargetAsync Method

Definition

Overloads

LoadDrillthroughTargetAsync(String)

public:
 void LoadDrillthroughTargetAsync(System::String ^ DrillthroughID);
public void LoadDrillthroughTargetAsync(string DrillthroughID);
member this.LoadDrillthroughTargetAsync : string -> unit
Public Sub LoadDrillthroughTargetAsync (DrillthroughID As String)

Parameters

DrillthroughID
String

Applies to

LoadDrillthroughTargetAsync(String, Object)

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

Parameters

DrillthroughID
String
userState
Object

Applies to