Costruttore DoubleProperty (String, Nullable<Double>)

Creates a new instance of the DoubleProperty class.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    name As String, _
    defaultValue As Nullable(Of Double) _
)
'Utilizzo
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>
)

Parametri

Vedere anche

Riferimento

DoubleProperty Classe

Overload DoubleProperty

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel