FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / FieldBase Class / KeepTogether Property

In This Topic
    KeepTogether Property (FieldBase)
    In This Topic
    Specifies whether the field should be kept together on a page.
    Syntax
    'Declaration
     
    Public Property KeepTogether As Boolean
    public bool KeepTogether {get; set;}
    Remarks

    If this property is set to true, the control will insert page breaks in order to keep the field contents together on a page.

    If it is set to false, and the containing Section also has its Section.KeepTogether property set to false, then the field may be rendered across two or more pages.

    See Also