Partager via


Propriété DocumentMapNode.Children

Obtient une collection de nœuds enfants du plan du document.

Espace de noms :  Microsoft.Reporting.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Children As IList(Of DocumentMapNode)
    Get
'Utilisation
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 ();
}
member Children : IList<DocumentMapNode>
function get Children () : IList<DocumentMapNode>

Valeur de propriété

Type : System.Collections.Generic.IList<DocumentMapNode>
Tableau d'objets DocumentMapNode en lecture seule.

Voir aussi

Référence

DocumentMapNode Classe

Espace de noms Microsoft.Reporting.WebForms