Specifies how boolean values are translated into check boxes.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum CheckBoxEnum
Visual Basic
Public Enumeration CheckBoxEnum

Members

Member nameDescription
NoCheckBox No checkbox (display as text).
CheckBox Checkbox.
CrossBox Crossbox.
RadioButton Radio button.

Remarks

Use the members of this enumeration to set the value of the CheckBox property in the Field class. This property is useful when you wish to display boolean values graphically, rather than using text.

See Also