DocumentMapNode.Children, propriété
Obtient une collection de nœuds enfants du plan du document.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
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>
Valeur de propriété
Type : IList<DocumentMapNode>
Tableau d'objets DocumentMapNode en lecture seule.