ReportColor Class

Definition

Represents a color in a report.

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

Constructors

ReportColor(String)

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

ReportColor(String, Boolean)

Initializes a new instance of the ReportColor class.

Methods

ToColor()

Returns a Color object that represents the report color.

ToString()

Returns a string that represents the report color.

TryParse(String, Boolean, ReportColor)

Attempts to parse a string value to a ReportColor.

TryParse(String, ReportColor)

Attempts to parse a string value to a ReportColor.

Applies to