Share via


DocumentMapNode.Children Property

 

Gets a collection of child document map nodes.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public IList<DocumentMapNode> Children { get; }
public:
property IList<DocumentMapNode^>^ Children {
    IList<DocumentMapNode^>^ get();
}
member Children : IList<DocumentMapNode> with get
Public ReadOnly Property Children As IList(Of DocumentMapNode)

Property Value

Type: System.Collections.Generic.IList<DocumentMapNode>

A read-only array of DocumentMapNode objects.

See Also

DocumentMapNode Class
Microsoft.Reporting.WinForms Namespace

Return to top