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

In This Topic
    Children Property (DocumentMapNode)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Children As IItemCollection(Of DocumentMapNode)
    public IItemCollection<DocumentMapNode> Children {get;}
    See Also