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

In This Topic
    RdlInt Constructor(String)
    In This Topic
    Initializes a new instance of the RdlInt 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 RdlInt( 
       string s
    )

    Parameters

    s
    If s starts with a '=' then it is interpreted as an expression, otherwise it is converted to an integer.
    See Also