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

In This Topic
    RdlSize Constructor(String)
    In This Topic
    Initializes a new instance of the RdlSize class with as constant or expression specified as a string.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal s As String _
    )
    public RdlSize( 
       string s
    )

    Parameters

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