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