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

MoveItemAsync() public method

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

Same methods

ReportingService2005::MoveItemAsync ( string Item, string Target, object userState ) : void
ReportingService2005