FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / ListChildrenAsync Method / ListChildrenAsync(String,Boolean) Method

In This Topic
    ListChildrenAsync(String,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub ListChildrenAsync( _
       ByVal Item As String, _
       ByVal Recursive As Boolean _
    ) 
    public void ListChildrenAsync( 
       string Item,
       bool Recursive
    )

    Parameters

    Item
    Recursive
    See Also