Proprietà DocumentMapNode.Children
Recupera una raccolta di nodi figlio della mappa documento.
Spazio dei nomi Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.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.