Propriété Children
Gets the child nodes of the current node.
Espace de noms : Microsoft.ReportingServices.ReportProcessing
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Children As DocumentMapNodeInfo()
Get
'Utilisation
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[]
Valeur de propriété
Type : array<Microsoft.ReportingServices.ReportProcessing. . :: . .DocumentMapNodeInfo> [] () [] []
An array of DocumentMapNodeInfo objects.
Voir aussi