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

In This Topic
    ValueAsString Property (ScriptObjectValue)
    In This Topic
    Gets a string representing the value of this ScriptValue<T> object.
    Syntax
    'Declaration
     
    Public ReadOnly Property ValueAsString As String
    public string ValueAsString {get;}
    See Also