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

DeleteItem() private method

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