Share via


DocumentMapNodeInfo.Children 属性

定义

获取当前节点的子节点。

public:
 property cli::array <Microsoft::ReportingServices::ReportProcessing::DocumentMapNodeInfo ^> ^ Children { cli::array <Microsoft::ReportingServices::ReportProcessing::DocumentMapNodeInfo ^> ^ get(); };
public Microsoft.ReportingServices.ReportProcessing.DocumentMapNodeInfo[] Children { get; }
member this.Children : Microsoft.ReportingServices.ReportProcessing.DocumentMapNodeInfo[]
Public ReadOnly Property Children As DocumentMapNodeInfo()

属性值

一个 DocumentMapNodeInfo 对象数组。

适用于