FlexReport for WinForms
ColumnLayoutEnum 列挙体


C1.Report アセンブリ > C1.Report 名前空間 : ColumnLayoutEnum 列挙体
Specifies the layout for the columns (down or across).
シンタックス
'宣言
 
Public Enum ColumnLayoutEnum 
   Inherits System.Enum
'使用法
 
Dim instance As ColumnLayoutEnum
public enum ColumnLayoutEnum : System.Enum 
メンバ
メンバ解説
Across
Columns are laid out across the page, then down.
Down
Columns are laid out down the page, then across.
Labels
Causes 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.
解説
Use the members of this enumeration to set the value of the Layout.ColumnLayout property in the Layout class.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Report.ColumnLayoutEnum

参照

参照

C1.Report 名前空間