Langue

ColorProperty(String, Nullable<ReportColor>) Constructeur

Définition

Initialise une nouvelle instance de la classe ColorProperty.

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))

Paramètres

name
String

Le nom de la couleur.

defaultValue
Nullable<ReportColor>

L’objet de couleur.

S’applique à