ReportingServicesBatchUpload.ReportingServices2005WebService.ReportingService2005.GetItemDataSourcesAsync C# (CSharp) Method

GetItemDataSourcesAsync() public method

public GetItemDataSourcesAsync ( string Item ) : void
Item string
return void
        public void GetItemDataSourcesAsync(string Item) {
            this.GetItemDataSourcesAsync(Item, null);
        }
        

Same methods

ReportingService2005::GetItemDataSourcesAsync ( string Item, object userState ) : void
ReportingService2005