Freigeben über


DocumentMapNodeInfo.Children-Eigenschaft

Gets the child nodes of the current node.

Namespace:  Microsoft.ReportingServices.ReportProcessing
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Children As DocumentMapNodeInfo()
    Get
'Usage
Dim instance As DocumentMapNodeInfo 
Dim value As DocumentMapNodeInfo()

value = instance.Children
public DocumentMapNodeInfo[] Children { get; }
public:
property array<DocumentMapNodeInfo^>^ Children {
    array<DocumentMapNodeInfo^>^ get ();
}
member Children : DocumentMapNodeInfo[]
function get Children () : DocumentMapNodeInfo[]

Eigenschaftswert

Typ: array<Microsoft.ReportingServices.ReportProcessing.DocumentMapNodeInfo[]
An array of DocumentMapNodeInfo objects.

Siehe auch

Verweis

DocumentMapNodeInfo Klasse

Microsoft.ReportingServices.ReportProcessing-Namespace