FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ScriptStringValue Class / Value Property

In This Topic
    Value Property (ScriptStringValue)
    In This Topic
    Gets or sets a value of this ScriptValue. Settings this value forces IsExpression to false.
    Syntax
    'Declaration
     
    Public Property Value As String
    public string Value {get; set;}
    See Also