ReportColor Constructors

Definition

Creates a new instance of ReportColor.

Overloads

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.

ReportColor(String)

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

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

Parameters

color
String

The String value of the specified color

Applies to

ReportColor(String, Boolean)

Initializes a new instance of the ReportColor class.

public:
 ReportColor(System::String ^ color, bool allowTransparency);
public ReportColor (string color, bool allowTransparency);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportColor : string * bool -> Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
Public Sub New (color As String, allowTransparency As Boolean)

Parameters

color
String

The name of the color.

allowTransparency
Boolean

true whether to allow color transparency; otherwise, false.

Applies to