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

In This Topic
    Value Property (ScriptObjectValue)
    In This Topic
    Gets or sets a value of this ScriptValue<T>. Settings this value forces IsExpression to false.
    Syntax
    'Declaration
     
    Public Property Value As Object
    public object Value {get; set;}
    See Also