Właściwość DocumentMapNodeInfo.Children
Pobiera podrzędność węzły bieżącego węzła.
Przestrzeń nazw: Microsoft.ReportingServices.ReportProcessing
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Children As DocumentMapNodeInfo()
Get
'Użycie
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[]
Wartość właściwości
Typ: array<Microsoft.ReportingServices.ReportProcessing.DocumentMapNodeInfo[]
Tablica DocumentMapNodeInfo obiektów.
Zobacz także