ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlColor Class / Value Property

In This Topic
    Value Property (RdlColor)
    In This Topic
    Gets the System.Drawing.Color value represented by the current object if it contains a literal. If the current object contains an expression, exception is thrown.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As System.Drawing.Color
    public System.Drawing.Color Value {get;}
    See Also