DocumentMapNodeInfo.Children Property

Definition

Gets the child nodes of the current node.

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()

Property Value

An array of DocumentMapNodeInfo objects.

Applies to