FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / MoveItem Method

In This Topic
    MoveItem Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function MoveItem( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Item As String, _
       ByVal Target As String _
    ) As ServerInfoHeader
    public ServerInfoHeader MoveItem( 
       BatchHeader BatchHeader,
       string Item,
       string Target
    )

    Parameters

    BatchHeader
    Item
    Target
    See Also