ReportingService2005.GetItemDataSourcesAsync Method
Definition
Overloads
GetItemDataSourcesAsync(String, Object)
public:
void GetItemDataSourcesAsync(System::String ^ Item, System::Object ^ userState);
public void GetItemDataSourcesAsync (string Item, object userState);
member this.GetItemDataSourcesAsync : string * obj -> unit
Public Sub GetItemDataSourcesAsync (Item As String, userState As Object)
Parameters
GetItemDataSourcesAsync(String)
public:
void GetItemDataSourcesAsync(System::String ^ Item);
public void GetItemDataSourcesAsync (string Item);
member this.GetItemDataSourcesAsync : string -> unit
Public Sub GetItemDataSourcesAsync (Item As String)
Parameters