DocumentMapNode.Children 属性

获取子文档结构图节点的集合。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
Public ReadOnly Property Children As IList(Of DocumentMapNode)
    Get
用法
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>

属性值

类型:System.Collections.Generic.IList<DocumentMapNode>
一组只读 DocumentMapNode 对象。

请参阅

参考

DocumentMapNode 类

Microsoft.Reporting.WebForms 命名空间