ReportColor Members
Include Protected Members
Include Inherited Members
Represents a color in a report.
The ReportColor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReportColor(String) | Creates a new instance of ReportColor. | |
ReportColor(String, Boolean) | Creates a new instance of ReportColor. |
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() | Returns a Color object that represents the report color. | |
ToString() | Returns a string that represents the report color. (Overrides Object.ToString().) | |
TryParse(String, ReportColor%) | Attempts to parse a string value to a ReportColor. | |
TryParse(String, Boolean, ReportColor%) | Attempts to parse a string value to a ReportColor. |
Top