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

In This Topic
    ListChildrenRequest Constructor(String,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal Item As String, _
       ByVal Recursive As Boolean _
    )
    public ListChildrenRequest( 
       string Item,
       bool Recursive
    )

    Parameters

    Item
    Recursive
    See Also