Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlColor Class
Fields Properties Methods


In This Topic
    RdlColor Class Members
    In This Topic

    The following tables list the members exposed by RdlColor.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected FieldThe expression. (Inherited from C1.C1Rdl.RdlProp)
    Protected FieldA flag indicating that the value is an expression. (Inherited from C1.C1Rdl.RdlProp)
    Top
    Public Properties
     NameDescription
    Public PropertyGets the expression associated with the current RdlProp. Note that this property throws an exception if the current object contains a constant (i.e. if RdlProp.IsExpression gets false). (Inherited from C1.C1Rdl.RdlProp)
    Public PropertyGets a value indicating whether the current RdlProp is specified as an expression. (Inherited from C1.C1Rdl.RdlProp)
    Public PropertyGets 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.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Compares the current length with another object. This method performs comparison by value.  
    Public MethodOverridden. Gets the hash code for the current object, based on the length value.  
    Public MethodConverts the current object to a string.  
    Public Methodstatic (Shared in Visual Basic)Parses a string into properties of RdlColor type.  
    Top
    Public Operators
    Tests whether the two RdlColor objects are equal.
    Overloaded. Converts a RdlColor to a string.
    Tests whether the two RdlColor objects are not equal.
    Top
    See Also