Share via


ReportColor Members

Include Protected Members
Include Inherited Members

Represents a color in a report.

The ReportColor type exposes the following members.

Constructors

  Name Description
Public method ReportColor(Color) Creates a new instance of the ReportColor class.
Public method ReportColor(String) Creates a new instance of the ReportColor class.

Top

Methods

  Name Description
Public methodStatic member ColorToRdlString(Color) Converts the color to an RDL string.
Public method Equals(Object) Tests the equality of this object and another ReportColor object. (Overrides ValueType.Equals(Object).)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Gets a unique hash code for the current instance. (Overrides ValueType.GetHashCode().)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public methodStatic member Parse(String, IFormatProvider) Parses a string into a ReportColor object.
Public method SetEmpty() Set the current instance to an empty color.
Public method ToString() Returns a string representation of the current color. (Overrides ValueType.ToString().)
Public method ToString(String, IFormatProvider) Returns a string representation of the current color.

Top

Operators

  Name Description
Public operatorStatic member Equality(ReportColor, ReportColor) Tests the equality of two ReportColor objects.
Public operatorStatic member Inequality(ReportColor, ReportColor) Tests the inequality of two ReportColor objects.

Top

Properties

  Name Description
Public property Color The color.
Public propertyStatic member Empty The empty color.
Public property IsEmpty Indicates whether this is an empty color.

Top