DocumentMapNode.Children 屬性

 

發佈時間: 2016年4月

取得子文件引導模式節點的集合。

命名空間:   Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

public IList<DocumentMapNode> Children { get; }
public:
property IList<DocumentMapNode^>^ Children {
    IList<DocumentMapNode^>^ get();
}
member Children : IList<DocumentMapNode> with get
Public ReadOnly Property Children As IList(Of DocumentMapNode)

屬性值

Type: System.Collections.Generic.IList<DocumentMapNode>

DocumentMapNode 物件的唯讀陣列。

請參閱

DocumentMapNode 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首