Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / PageLayoutEnum Enumeration

In This Topic
    PageLayoutEnum Enumeration
    In This Topic
    Describes the supported page view modes of the control.
    Syntax
    'Declaration
     
    Public Enum PageLayoutEnum 
       Inherits System.Enum
    public enum PageLayoutEnum : System.Enum 
    Members
    MemberDescription
    CustomDisplays pages in a grid layout, where the number or rows and columns in the grid is determined by the Rows and Cols properties.
    FacingDisplays facing pages side by side, the first page on the right.
    NormalDisplays pages in the standard way, one beneath the other.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Preview.PageLayoutEnum

    See Also