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

EnableDataSourceAsync() public method

public EnableDataSourceAsync ( string DataSource ) : void
DataSource string
return void
        public void EnableDataSourceAsync(string DataSource) {
            this.EnableDataSourceAsync(DataSource, null);
        }
        

Same methods

ReportingService2005::EnableDataSourceAsync ( string DataSource, object userState ) : void
ReportingService2005