ReportColor Constructors

Definition

Creates a new instance of the ReportColor class.

Overloads

ReportColor(Color)

Creates a new instance of the ReportColor class.

ReportColor(String)

Creates a new instance of the ReportColor class.

ReportColor(Color)

Creates a new instance of the ReportColor class.

public:
 ReportColor(System::Drawing::Color color);
public ReportColor (System.Drawing.Color color);
new Microsoft.ReportingServices.RdlObjectModel.ReportColor : System.Drawing.Color -> Microsoft.ReportingServices.RdlObjectModel.ReportColor
Public Sub New (color As Color)

Parameters

color
Color

A Color object.

Applies to

ReportColor(String)

Creates a new instance of the ReportColor class.

public:
 ReportColor(System::String ^ value);
public ReportColor (string value);
new Microsoft.ReportingServices.RdlObjectModel.ReportColor : string -> Microsoft.ReportingServices.RdlObjectModel.ReportColor
Public Sub New (value As String)

Parameters

value
String

A string that represents the color.

Applies to