ComponentOne FlexReport for WinForms
CheckBoxEnum Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace : CheckBoxEnum Enumeration
Specifies how boolean values are translated into check boxes.
Syntax
'Declaration
 
Public Enum CheckBoxEnum 
   Inherits System.Enum
public enum CheckBoxEnum : System.Enum 
Members
MemberDescription
CheckBoxCheckbox.
CrossBoxCrossbox.
NoCheckBoxNo checkbox (display as text).
RadioButtonRadio button.
Remarks
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexReport.CheckBoxEnum

See Also

Reference

C1.Win.FlexReport Namespace