Share via


ColorProperty Members

Include Protected Members
Include Inherited Members

Represents a color property in the report.

The ColorProperty type exposes the following members.

Constructors

  Name Description
Public method ColorProperty(String, Nullable<ReportColor>) Initializes a new instance of the ColorProperty 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 ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Default The default value. (Inherited from PropertyDefinition<T>.)
Public property Name The property name. (Inherited from PropertyDefinition.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IPropertyDefinition.Default (Inherited from PropertyDefinition<T>.)
Explicit interface implemetationPrivate property IPropertyDefinition.Maximum (Inherited from PropertyDefinition<T>.)
Explicit interface implemetationPrivate property IPropertyDefinition.Minimum (Inherited from PropertyDefinition<T>.)
Explicit interface implemetationPrivate method IPropertyDefinition.Validate(Object, Object) (Inherited from PropertyDefinition<T>.)

Top