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