ReportColor Class

Definition

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

public ref class ReportColor sealed
public sealed class ReportColor
type ReportColor = class
Public NotInheritable Class ReportColor
Inheritance
ReportColor

Remarks

Using this class, you can convert the color into several formats.

Constructors

ReportColor(Color)

Initializes a new instance of the ReportColor class with a specified color.

ReportColor(String)

Initializes a new instance of the ReportColor class.

Methods

ToColor()

The color as a GDI+ color class.

ToString()

The color as a string, as expressed in the report definition.

Applies to