DoubleProperty 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 DoubleProperty 類別的新實例。
多載
| 名稱 | Description |
|---|---|
| DoubleProperty(String, Nullable<Double>) |
建立 DoubleProperty 類別的新實例。 |
| DoubleProperty(String, Nullable<Double>, Nullable<Double>, Nullable<Double>) |
建立 DoubleProperty 類別的新實例。 |
DoubleProperty(String, Nullable<Double>)
建立 DoubleProperty 類別的新實例。
public:
DoubleProperty(System::String ^ name, Nullable<double> defaultValue);
public DoubleProperty(string name, double? defaultValue);
new Microsoft.ReportingServices.RdlObjectModel.DoubleProperty : string * Nullable<double> -> Microsoft.ReportingServices.RdlObjectModel.DoubleProperty
Public Sub New (name As String, defaultValue As Nullable(Of Double))
參數
- name
- String
屬性的名稱。
適用於
DoubleProperty(String, Nullable<Double>, Nullable<Double>, Nullable<Double>)
建立 DoubleProperty 類別的新實例。
public:
DoubleProperty(System::String ^ name, Nullable<double> defaultValue, Nullable<double> minimum, Nullable<double> maximum);
public DoubleProperty(string name, double? defaultValue, double? minimum, double? maximum);
new Microsoft.ReportingServices.RdlObjectModel.DoubleProperty : string * Nullable<double> * Nullable<double> * Nullable<double> -> Microsoft.ReportingServices.RdlObjectModel.DoubleProperty
Public Sub New (name As String, defaultValue As Nullable(Of Double), minimum As Nullable(Of Double), maximum As Nullable(Of Double))
參數
- name
- String
屬性的名稱。