Конструктор DoubleProperty (String, Nullable<Double>)
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.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel