Propriedade do RDL Children
Gets or sets a collection of child document map nodes.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (em ReportExecution2005.dll)
Sintaxe
'Declaração
Public Property Children As DocumentMapNode()
Get
Set
'Uso
Dim instance As DocumentMapNode
Dim value As DocumentMapNode()
value = instance.Children
instance.Children = value
public DocumentMapNode[] Children { get; set; }
public:
property array<DocumentMapNode^>^ Children {
array<DocumentMapNode^>^ get ();
void set (array<DocumentMapNode^>^ value);
}
member Children : DocumentMapNode[] with get, set
function get Children () : DocumentMapNode[]
function set Children (value : DocumentMapNode[])
Valor da propriedade
Tipo: array<ReportExecution2005. . :: . .DocumentMapNode> [] () [] []
An array of DocumentMapNode objects.