ComponentOne Reports for WPF
C1.C1Report Namespace / ForcePageBreakEnum Enumeration

In This Topic
    ForcePageBreakEnum Enumeration
    In This Topic
    Determines whether page breaks should be inserted before or after a field 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.
    Remarks
    Use the members of this enumeration to set the value of the Field.ForcePageBreak and Section.ForcePageBreak properties in the Field and Section classes.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Report.ForcePageBreakEnum

    See Also