Share via


ReportColor Members

Include Protected Members
Include Inherited Members

Represents a color in a report. This class cannot be inherited.

The ReportColor type exposes the following members.

Constructors

  Name Description
Public method ReportColor(Color) Initializes a new instance of the ReportColor class with a specified color.
Public method ReportColor(String) Initializes a new instance of the ReportColor class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToColor() The color as a GDI+ color class.
Public method ToString() The color as a string, as expressed in the report definition. (Overrides Object.ToString().)

Top