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

In This Topic
    ListChildren Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function ListChildren( _
       ByVal Item As String, _
       ByVal Recursive As Boolean, _
       ByRef CatalogItems() As CatalogItem _
    ) As ServerInfoHeader
    public ServerInfoHeader ListChildren( 
       string Item,
       bool Recursive,
       out CatalogItem[] CatalogItems
    )

    Parameters

    Item
    Recursive
    CatalogItems
    See Also