DocumentMapNodeInfo.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.

请参阅

参考

DocumentMapNodeInfo 类

Microsoft.ReportingServices.ReportProcessing 命名空间