ReportExecutionService.LoadDrillthroughTarget2Async 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
LoadDrillthroughTarget2Async(String) | |
LoadDrillthroughTarget2Async(String, Object) |
LoadDrillthroughTarget2Async(String)
public:
void LoadDrillthroughTarget2Async(System::String ^ DrillthroughID);
public void LoadDrillthroughTarget2Async (string DrillthroughID);
member this.LoadDrillthroughTarget2Async : string -> unit
Public Sub LoadDrillthroughTarget2Async (DrillthroughID As String)
Parameters
- DrillthroughID
- String
Applies to
LoadDrillthroughTarget2Async(String, Object)
public:
void LoadDrillthroughTarget2Async(System::String ^ DrillthroughID, System::Object ^ userState);
public void LoadDrillthroughTarget2Async (string DrillthroughID, object userState);
member this.LoadDrillthroughTarget2Async : string * obj -> unit
Public Sub LoadDrillthroughTarget2Async (DrillthroughID As String, userState As Object)
Parameters
- DrillthroughID
- String
- userState
- Object