Freigeben über


DoubleProperty-Konstruktor (String, Nullable<Double>)

Creates a new instance of the DoubleProperty class.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

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

Parameter

Siehe auch

Verweis

DoubleProperty Klasse

DoubleProperty-Überladung

Microsoft.ReportingServices.RdlObjectModel-Namespace