ComponentOne ReportViewer for ASP.NET Web Forms
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 System.String, _
       ByVal isExpression As System.Boolean _
    )
    public RdlString( 
       System.string value,
       System.bool isExpression
    )

    Parameters

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