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

In This Topic
    Value Property (Field)
    In This Topic
    Gets or sets the field's calculated value.
    Syntax
    'Declaration
     
    Public Property Value As Object
    public object Value {get; set;}
    Remarks

    When a field's Calculated property is set to true, the control evaluates the expression stored in the Text property and stores the result in the Value property, which gets rendered into the report.

    This is the field's default property, so when you use a field name in a VBScript expression, you are actually referring to the field's Value property.

    See Also