Children 속성
Gets the child nodes of the current node.
네임스페이스: Microsoft.ReportingServices.ReportProcessing
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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.