Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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[]
Property Value
Type: array<Microsoft.ReportingServices.ReportProcessing.DocumentMapNodeInfo[]
An array of DocumentMapNodeInfo objects.