Indicates whether the Children property should be serialized.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected override bool ShouldSerializeChildren()
Visual Basic
Protected Overrides Function ShouldSerializeChildren As Boolean

Return Value

true if Children should be serialized, false otherwise.

See Also