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