ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / ColumnLayoutEnum Enumeration

In This Topic
    ColumnLayoutEnum Enumeration
    In This Topic
    Specifies the layout for the columns (down or across).
    Syntax
    'Declaration
     
    Public Enum ColumnLayoutEnum 
       Inherits System.Enum
    public enum ColumnLayoutEnum : System.Enum 
    Members
    MemberDescription
    AcrossColumns are laid out across the page, then down.
    DownColumns are laid out down the page, then across.
    LabelsCauses the report designer to discount label spacing in the design surface, hide header/footer sections, disable grouping button, and disable automatic section resizing when fields are moved or dragged.
    Remarks
    Use the members of this enumeration to set the value of the Layout.ColumnLayout property in the Layout class.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Report.ColumnLayoutEnum

    See Also