IntProperty コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IntProperty クラスの新しいインスタンスを作成します。
オーバーロード
| IntProperty(String, Nullable<Int32>) |
IntProperty クラスの新しいインスタンスを作成します。 |
| IntProperty(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
IntProperty クラスの新しいインスタンスを作成します。 |
IntProperty(String, Nullable<Int32>)
IntProperty クラスの新しいインスタンスを作成します。
public:
IntProperty(System::String ^ name, Nullable<int> defaultValue);
public IntProperty (string name, int? defaultValue);
new Microsoft.ReportingServices.RdlObjectModel.IntProperty : string * Nullable<int> -> Microsoft.ReportingServices.RdlObjectModel.IntProperty
Public Sub New (name As String, defaultValue As Nullable(Of Integer))
パラメーター
- name
- String
プロパティの名前。
適用対象
IntProperty(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
IntProperty クラスの新しいインスタンスを作成します。
public:
IntProperty(System::String ^ name, Nullable<int> defaultValue, Nullable<int> minimum, Nullable<int> maximum);
public IntProperty (string name, int? defaultValue, int? minimum, int? maximum);
new Microsoft.ReportingServices.RdlObjectModel.IntProperty : string * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.ReportingServices.RdlObjectModel.IntProperty
Public Sub New (name As String, defaultValue As Nullable(Of Integer), minimum As Nullable(Of Integer), maximum As Nullable(Of Integer))
パラメーター
- name
- String
プロパティの名前。