VSView Reporting Edition Reference > Field Object > Field Properties > CheckBox Property |
Returns or sets whether the Field should be displayed as a checkbox.
field.Checkbox[ = setting ]
This property is useful when you wish to display boolean values graphically, rather than using text.
Valid settings for the Checkbox property are described below:
Constant |
Value |
Description |
vsrNoCheckBox |
0 |
No checkbox (display as text). |
vsrCheckBox |
1 |
Checkbox (þ). |
vsrCrossBox |
2 |
Crossbox (ý). |
vsrRadioButton |
3 |
Radio button (¤) |
CheckBoxSettings (Enumeration)