ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / PageBreakLocation Enumeration

In This Topic
    PageBreakLocation Enumeration
    In This Topic
    Specifies where a page break should occur for a Group, DataRegion or Rectangle.
    Syntax
    'Declaration
     
    Public Enum PageBreakLocation 
       Inherits System.Enum
    public enum PageBreakLocation : System.Enum 
    Members
    MemberDescription
    BetweenSpecifies that there must be a page break in between each Group.
    EndSpecifies that there must be a page break after a ReportItem or each Group.
    NoneSpecifies that there is no page break.
    StartSpecifies that there must be a page break before a ReportItem or each Group.
    StartAndEndSpecifies that there must be a page break both before and after a ReportItem or each Group.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Components.PageBreakLocation

    See Also