FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.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.Win.FlexReport.ScriptValue(Of String)
    public class ScriptStringValue : C1.Win.FlexReport.ScriptValue<string> 
    Inheritance Hierarchy

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

    See Also