ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / DocumentMapNode Class / Children Property

In This Topic
    Children Property (DocumentMapNode)
    In This Topic
    Gets the child nodes of the document map node.
    Syntax
    'Declaration
     
    Public ReadOnly Property Children As IItemCollection(Of DocumentMapNode)
    public IItemCollection<DocumentMapNode> Children {get;}

    Property Value

    The child nodes of the document map node.
    See Also