Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Obtiene una colección de nodos secundarios del mapa del documento.
Espacio de nombres: Microsoft.Reporting.WinForms
Ensamblado: Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)
Sintaxis
'Declaración
Public ReadOnly Property Children As IList(Of DocumentMapNode)
Get
'Uso
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>
Valor de la propiedad
Tipo: System.Collections.Generic.IList<DocumentMapNode>
Una matriz de solo lectura de objetos DocumentMapNode.