Table of Contents

Property Children

Namespace
DocWright.Reporting
Assembly
DocWright.Reporting.dll

Children

Gets this element's children, in document order.

public IList<RdlElement> Children { get; }

Property Value

IList<RdlElement>

Remarks

Order is meaningful: MS-RDL declares most content as xsd:sequence, so an element written out of order is invalid even though every part of it is present.