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

In This Topic
    IsExpression Property (ScriptObjectValue)
    In This Topic
    Gets or sets a value indicating whether the current ScriptValue<T> is specified as an expression.
    Syntax
    'Declaration
     
    Public Property IsExpression As Boolean
    public bool IsExpression {get; set;}
    See Also