FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ScriptObjectValue Class / Expression Property

In This Topic
    Expression Property (ScriptObjectValue)
    In This Topic
    Gets or sets an expression used to calculate value of this ScriptValue. Setting this value forces IsExpression to true.
    Syntax
    'Declaration
     
    Public Property Expression As String
    public string Expression {get; set;}
    See Also