DocumentMapNode.Children (Propiedad)
Obtiene una colección de nodos secundarios del mapa del documento.
Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Sintaxis
'Declaración
Public ReadOnly Property Children As IList(Of DocumentMapNode)
public IList<DocumentMapNode> Children { get; }
public:
property IList<DocumentMapNode^>^ Children {
IList<DocumentMapNode^>^ get ();
}
member Children : IList<DocumentMapNode> with get
function get Children () : IList<DocumentMapNode>
Valor de propiedad
Tipo: IList<DocumentMapNode>
Una matriz de solo lectura de objetos DocumentMapNode.