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