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 | |
---|---|---|
![]() |
ReportColor(Color) | Initializes a new instance of the ReportColor class with a specified color. |
![]() |
ReportColor(String) | Initializes a new instance of the ReportColor class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToColor() | The color as a GDI+ color class. |
![]() |
ToString() | The color as a string, as expressed in the report definition. (Overrides Object.ToString().) |
Top