Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderC1Printable Class / ShouldSerializeChildren Method

In This Topic
    ShouldSerializeChildren Method (RenderC1Printable)
    In This Topic
    Indicates whether the Children property should be serialized.
    Syntax
    'Declaration
     
    Protected Overrides Function ShouldSerializeChildren() As Boolean
    protected override bool ShouldSerializeChildren()

    Return Value

    true if Children should be serialized, false otherwise.
    See Also