ColorProperty(String, Nullable<ReportColor>) Costruttore

Definizione

Inizializza una nuova istanza della 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))

Parametri

name
String

Il nome del colore.

defaultValue
Nullable<ReportColor>

L'oggetto a colori.

Si applica a