AutoComplete for ASP.NET Web Forms
ColumnLayoutEnum 列挙体

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : ColumnLayoutEnum 列挙体
Specifies the layout for the columns (down or across).
シンタックス
'宣言
 
Public Enum ColumnLayoutEnum 
   Inherits System.Enum
public enum ColumnLayoutEnum : System.Enum 
メンバ
メンバ解説
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.
解説
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.C1Report.ColumnLayoutEnum

参照

C1.C1Report 名前空間