FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / CheckBoxField Class / Value Property

In This Topic
    Value Property (CheckBoxField)
    In This Topic
    Gets or sets a ScriptObjectValue yielding the checked value of the checkbox.
    Syntax
    'Declaration
     
    Public Property Value As ScriptObjectValue
    public ScriptObjectValue Value {get; set;}
    See Also