ActiveReports 12
PageBreakLocation Enumeration

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace : PageBreakLocation Enumeration
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

Reference

GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace