Proprietà Children
Gets the child nodes of the current node.
Spazio dei nomi: Microsoft.ReportingServices.ReportProcessing
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Children As DocumentMapNodeInfo()
Get
'Utilizzo
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[]
Valore proprietà
Tipo: array<Microsoft.ReportingServices.ReportProcessing. . :: . .DocumentMapNodeInfo> [] () [] []
An array of DocumentMapNodeInfo objects.