FlexReport for WPF | ComponentOne
C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / ScriptStringValue Class
Members

In This Topic
    ScriptStringValue Class
    In This Topic
    Represents a string that can be specified as a constant or as an expression.
    Object Model
    ScriptStringValue Class
    Syntax
    'Declaration
     
    Public Class ScriptStringValue 
       Inherits C1.WPF.FlexReport.ScriptValue(Of String)
    public class ScriptStringValue : C1.WPF.FlexReport.ScriptValue<string> 
    Inheritance Hierarchy

    System.Object
       C1.WPF.FlexReport.ScriptValue<T>
          C1.WPF.FlexReport.ScriptStringValue

    See Also