Konstruktor DoubleProperty (String, Nullable<Double>)
Tworzy nowe wystąpienie DoubleProperty klasy
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Sub New ( _
name As String, _
defaultValue As Nullable(Of Double) _
)
'Użycie
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>
)
Parametry
- name
Typ: System.String
Nazwa właściwość.
- defaultValue
Typ: System.Nullable<Double>
Wartość domyślna.