Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Initializes a new instance of the ColorProperty class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Sub New ( _
name As String, _
defaultValue As Nullable(Of ReportColor) _
)
'Uso
Dim name As String
Dim defaultValue As Nullable(Of ReportColor)
Dim instance As New ColorProperty(name, defaultValue)
public ColorProperty(
string name,
Nullable<ReportColor> defaultValue
)
public:
ColorProperty(
String^ name,
Nullable<ReportColor> defaultValue
)
new :
name:string *
defaultValue:Nullable<ReportColor> -> ColorProperty
public function ColorProperty(
name : String,
defaultValue : Nullable<ReportColor>
)
Parâmetros
- name
Tipo: System.String
The name of the color.
- defaultValue
Tipo: System.Nullable<ReportColor>
The color object.