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)
 

Property Value

The child nodes of the document map node.
See Also