Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Reporting Namespace / PageBreak Enumeration


In This Topic
    PageBreak Enumeration
    In This Topic
    Value representing when a page break should be applied.
    Syntax
    'Declaration
     
    Public Enum PageBreak 
       Inherits System.Enum
    'Usage
     
    Dim instance As PageBreak
    public enum PageBreak : System.Enum 
    Members
    MemberDescription
    AfterThe page break should be applied after the element is printed in a report.
    BeforeThe page break should be applied before the element is printed in a report.
    BothA page break should be applied before and after the element is printed in a report.
    NoneNo page break.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Grid.Reporting.PageBreak

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also