ColorProperty(String, Nullable<ReportColor>) Constructor

Definition

Initializes a new instance of the ColorProperty class.

public:
 ColorProperty(System::String ^ name, Nullable<Microsoft::ReportingServices::RdlObjectModel::ReportColor> defaultValue);
public ColorProperty (string name, Microsoft.ReportingServices.RdlObjectModel.ReportColor? defaultValue);
new Microsoft.ReportingServices.RdlObjectModel.ColorProperty : string * Nullable<Microsoft.ReportingServices.RdlObjectModel.ReportColor> -> Microsoft.ReportingServices.RdlObjectModel.ColorProperty
Public Sub New (name As String, defaultValue As Nullable(Of ReportColor))

Parameters

name
String

The name of the color.

defaultValue
Nullable<ReportColor>

The color object.

Applies to