Gets the child nodes of the current node.
네임스페이스: Microsoft.ReportingServices.ReportProcessing
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property Children As DocumentMapNodeInfo()
Get
‘사용 방법
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[]
속성 값
유형: array<Microsoft.ReportingServices.ReportProcessing.DocumentMapNodeInfo[]
An array of DocumentMapNodeInfo objects.