ReportExecutionService.LoadDrillthroughTargetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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