Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / BreakLocation Enumeration

In This Topic
    BreakLocation Enumeration
    In This Topic
    Defines positions to page break.
    Syntax
    'Declaration
     
    Public Enum BreakLocation 
       Inherits System.Enum
    public enum BreakLocation : System.Enum 
    Members
    MemberDescription
    BetweenPage break should be between each instance of the Group.
    EndPage break should be after the ReportItem or each instance of the Group.
    StartPage break should be before the ReportItem or each instance of the Group.
    StartAndEndPage break should be before and after the ReportItem or each instance of the Group.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.BreakLocation

    See Also