FlexReport for WinForms
CheckBoxEnum 列挙体


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 : CheckBoxEnum 列挙体
Specifies how boolean values are translated into check boxes.
シンタックス
'宣言
 
Public Enum CheckBoxEnum 
   Inherits System.Enum
'使用法
 
Dim instance As CheckBoxEnum
public enum CheckBoxEnum : System.Enum 
メンバ
メンバ解説
CheckBox
Checkbox.
CrossBox
Crossbox.
NoCheckBox
No checkbox (display as text).
RadioButton
Radio button.
解説
Use the members of this enumeration to set the value of the Field.CheckBox property in the Field class. This property is useful when you wish to display boolean values graphically, rather than using text.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Report.CheckBoxEnum

参照

参照

C1.Report 名前空間