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

In This Topic
    ListModelItemChildrenAsync(String,String,Boolean,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub ListModelItemChildrenAsync( _
       ByVal Model As String, _
       ByVal ModelItemID As String, _
       ByVal Recursive As Boolean, _
       ByVal userState As Object _
    ) 
    public void ListModelItemChildrenAsync( 
       string Model,
       string ModelItemID,
       bool Recursive,
       object userState
    )

    Parameters

    Model
    ModelItemID
    Recursive
    userState
    See Also