Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlString Class / RdlString Constructor / RdlString Constructor(String)
If this string starts with a '=' then it is interpreted as an expression, otherwise as a constant.

In This Topic
    RdlString Constructor(String)
    In This Topic
    Initializes a new instance of the RdlString class. This overload parses the string to find out whether it is a constant or an expression.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal s As String _
    )
    public RdlString( 
       string s
    )

    Parameters

    s
    If this string starts with a '=' then it is interpreted as an expression, otherwise as a constant.
    See Also