Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- name
Typ: System.String
The name of the property.
- defaultValue
Typ: System.Nullable<Double>
The default value.