FlexReport for WinForms
CheckBox プロパティ (Field)


C1.Report アセンブリ > C1.Report 名前空間 > Field クラス : CheckBox プロパティ
Specifies whether the field should be displayed as a checkbox.
シンタックス
'宣言
 
Public Property CheckBox As CheckBoxEnum
'使用法
 
Dim instance As Field
Dim value As CheckBoxEnum
 
instance.CheckBox = value
 
value = instance.CheckBox
public CheckBoxEnum CheckBox {get; set;}
解説
This property allows you to display boolean values graphically, rather than as plain text.
参照

参照

Field クラス
Field メンバ