FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / ForcePageBreakEnum Enumeration

In This Topic
    ForcePageBreakEnum Enumeration
    In This Topic
    Determines whether page breaks should be inserted before or after a field, subsection or section.
    Syntax
    'Declaration
     
    Public Enum ForcePageBreakEnum 
       Inherits System.Enum
    public enum ForcePageBreakEnum : System.Enum 
    Members
    MemberDescription
    AfterA page break is inserted after the field or section.
    BeforeA page break is inserted before the field or section.
    BeforeAndAfterPage breaks are inserted before and after the field or section.
    NoneNo page breaks.
    PageAfterIn multi-column reports, a page break is inserted after the field or section instead of column break.
    PageBeforeIn multi-column reports, a page break is inserted before the field or section instead of column break.
    PageBeforeAndAfterIn multi-column reports, a page break is inserted before and after the field or section instead of column break.
    Remarks
    Use the members of this enumeration to set the value of the FieldBase.ForcePageBreak and Section.ForcePageBreak properties in the FieldBase and Section classes.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexReport.ForcePageBreakEnum

    See Also