Partilhar via


Construtor DoubleProperty (String, Nullable<Double>)

Creates a new instance of the DoubleProperty 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 Double) _
)
'Uso
Dim name As String 
Dim defaultValue As Nullable(Of Double)

Dim instance As New DoubleProperty(name, defaultValue)
public DoubleProperty(
    string name,
    Nullable<double> defaultValue
)
public:
DoubleProperty(
    String^ name, 
    Nullable<double> defaultValue
)
new : 
        name:string * 
        defaultValue:Nullable<float> -> DoubleProperty
public function DoubleProperty(
    name : String, 
    defaultValue : Nullable<double>
)

Parâmetros

Consulte também

Referência

DoubleProperty Classe

Sobrecarregado DoubleProperty

Namespace Microsoft.ReportingServices.RdlObjectModel