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

In This Topic
    RdlObject Constructor(String)
    In This Topic
    Initializes a new instance of the RdlObject class. The s string is parsed to determine whether it represents a constant or an expression.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal s As String _
    )
    public RdlObject( 
       string s
    )

    Parameters

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