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

In This Topic
    ListModelItemChildren Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function ListModelItemChildren( _
       ByVal Model As String, _
       ByVal ModelItemID As String, _
       ByVal Recursive As Boolean, _
       ByRef ModelItems() As ModelItem _
    ) As ServerInfoHeader
    public ServerInfoHeader ListModelItemChildren( 
       string Model,
       string ModelItemID,
       bool Recursive,
       out ModelItem[] ModelItems
    )

    Parameters

    Model
    ModelItemID
    Recursive
    ModelItems
    See Also