共用方式為


DocumentMapNode.Children 屬性

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

命名空間:  Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.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 物件的唯讀陣列。

請參閱

參考

DocumentMapNode 類別

Microsoft.Reporting.WinForms 命名空間