Children 屬性
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.