共用方式為


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 命名空間