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

    System.Object
       C1.Report.ScriptValue<T>
          C1.Report.ScriptStringValue

    See Also