Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderField Class / CheckBox Property

In This Topic
    CheckBox Property (RenderField)
    In This Topic
    Gets or sets a value indicating whether the current 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