DocumentMapNode.Children-Eigenschaft
Ruft eine Auflistung untergeordneter Dokumentstrukturknoten ab.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Syntax
'Declaration
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>
Eigenschaftswert
Typ: IList<DocumentMapNode>
Ein schreibgeschütztes Array von DocumentMapNode-Objekten.