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(String) Creates a new instance of ReportColor.
Public method ReportColor(String, Boolean) Creates a new instance of ReportColor.

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() Returns a Color object that represents the report color.
Public method ToString() Returns a string that represents the report color. (Overrides Object.ToString().)
Public methodStatic member TryParse(String, ReportColor%) Attempts to parse a string value to a ReportColor.
Public methodStatic member TryParse(String, Boolean, ReportColor%) Attempts to parse a string value to a ReportColor.

Top