Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlColor Class / RdlColor Constructor / RdlColor Constructor(String)
A string used to initialize the new instance.

If this string starts with an equal sign ('=') it is interpreted as an exprssion.

Otherwise, this string is converted to a System.Drawing.Color value (an exception is thrown if that conversion fails).


In This Topic
    RdlColor Constructor(String)
    In This Topic
    Initializes a new instance of the RdlColor class with an expression or a literal color value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal s As String _
    )
    public RdlColor( 
       string s
    )

    Parameters

    s
    A string used to initialize the new instance.

    If this string starts with an equal sign ('=') it is interpreted as an exprssion.

    Otherwise, this string is converted to a System.Drawing.Color value (an exception is thrown if that conversion fails).

    See Also