Compartilhar via


Construtor DoubleProperty (String, Nullable<Double>, Nullable<Double>, 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), _
    minimum As Nullable(Of Double), _
    maximum As Nullable(Of Double) _
)
'Uso
Dim name As String 
Dim defaultValue As Nullable(Of Double)
Dim minimum As Nullable(Of Double)
Dim maximum As Nullable(Of Double)

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

Parâmetros

Consulte também

Referência

DoubleProperty Classe

Sobrecarregado DoubleProperty

Namespace Microsoft.ReportingServices.RdlObjectModel