Condividi tramite


Proprietà DocumentMapNode.Children

Recupera una raccolta di nodi figlio della mappa documento.

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Children As IList(Of DocumentMapNode)
    Get
'Utilizzo
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>

Valore proprietà

Tipo: System.Collections.Generic.IList<DocumentMapNode>
Matrice di sola lettura di oggetti DocumentMapNode.

Vedere anche

Riferimento

DocumentMapNode Classe

Spazio dei nomi Microsoft.Reporting.WebForms