Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlString Class / RdlString Constructor / RdlString Constructor(String,Boolean)
A string.
A flag indicating whether value should be interpreted as an expression.

In This Topic
    RdlString Constructor(String,Boolean)
    In This Topic
    Initializes a new instance of the RdlString class. This overload explicitly specifies whether the string is a constant or an expression.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As String, _
       ByVal isExpression As Boolean _
    )
    public RdlString( 
       string value,
       bool isExpression
    )

    Parameters

    value
    A string.
    isExpression
    A flag indicating whether value should be interpreted as an expression.
    See Also