Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderSection Class / GetAssignChildren Method

In This Topic
    GetAssignChildren Method (RenderSection)
    In This Topic
    Override this method and return false if you want manually copy of children objects for this object. This method returns true by default.
    Syntax
    'Declaration
     
    Protected Overridable Function GetAssignChildren() As Boolean
    protected virtual bool GetAssignChildren()

    Return Value

    Boolean value indicating that the children objects must be copied in the AssignFrom method.
    See Also