获取子文档结构图节点的集合。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
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>
属性值
类型:IList<DocumentMapNode>
一组只读 DocumentMapNode 对象。