次の方法で共有


DoubleProperty コンストラクター (String, Nullable<Double>)

DoubleProperty クラスの新しいインスタンスを作成します。

名前空間:  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>
)

パラメーター

関連項目

参照

DoubleProperty クラス

DoubleProperty オーバーロード

Microsoft.ReportingServices.RdlObjectModel 名前空間