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

InheritParentSecurity() private method

private InheritParentSecurity ( string Item ) : void
Item string
return void
        public void InheritParentSecurity(string Item) {
            this.Invoke("InheritParentSecurity", new object[] {
                        Item});
        }
        
ReportingService2005