ColorProperty(String, Nullable<ReportColor>) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicia uma nova instância da 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))
Parâmetros
- name
- String
O nome da cor.
- defaultValue
- Nullable<ReportColor>
O objeto de cor.