Share via


DocumentMapNode.Children Property

Gets a collection of child document map nodes.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public ReadOnly Property Children As IList(Of DocumentMapNode)
'Usage
Dim instance As DocumentMapNode
Dim value As IList(Of DocumentMapNode)

value = instance.Children
public IList<DocumentMapNode> Children { get; }
public:
property IList<DocumentMapNode^>^ Children {
    IList<DocumentMapNode^>^ get ();
}
/** @property */
public IList<DocumentMapNode> get_Children ()
public function get Children () : IList<DocumentMapNode>

Property Value

A read-only array of DocumentMapNode objects.

See Also

Reference

DocumentMapNode Class
DocumentMapNode Members
Microsoft.Reporting.WebForms Namespace