ComponentOne FlexReport for WinForms
CheckBox Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > Field Class : CheckBox Property
Specifies whether the field should be displayed as a checkbox.
Syntax
'Declaration
 
Public Property CheckBox As CheckBoxEnum
public CheckBoxEnum CheckBox {get; set;}
Remarks
This property allows you to display boolean values graphically, rather than as plain text.
See Also

Reference

Field Class
Field Members