ComponentOne VSView Reporting Edition
CheckBox Property

Returns or sets whether the Field should be displayed as a checkbox.

Syntax

field.Checkbox[ = setting ]

Remarks

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 (¤)

 

Data Type

CheckBoxSettings (Enumeration)

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback