Creates a new instance of the DoubleProperty class.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Sub New ( _
name As String, _
defaultValue As Nullable(Of Double) _
)
‘사용 방법
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>
)
매개 변수
- name
유형: System.String
The name of the property.
- defaultValue
유형: System.Nullable<Double>
The default value.