IntProperty 생성자 (String, Nullable(Int32), Nullable(Int32), Nullable(Int32))
Creates a new instance of the IntProperty class.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls
구문
‘선언
Public Sub New ( _
name As String, _
defaultValue As Nullable(Of Integer), _
minimum As Nullable(Of Integer), _
maximum As Nullable(Of Integer) _
)
‘사용 방법
Dim name As String
Dim defaultValue As Nullable(Of Integer)
Dim minimum As Nullable(Of Integer)
Dim maximum As Nullable(Of Integer)
Dim instance As New IntProperty(name, defaultValue, _
minimum, maximum)
public IntProperty(
string name,
Nullable<int> defaultValue,
Nullable<int> minimum,
Nullable<int> maximum
)
public:
IntProperty(
String^ name,
Nullable<int> defaultValue,
Nullable<int> minimum,
Nullable<int> maximum
)
new :
name:string *
defaultValue:Nullable<int> *
minimum:Nullable<int> *
maximum:Nullable<int> -> IntProperty
public function IntProperty(
name : String,
defaultValue : Nullable<int>,
minimum : Nullable<int>,
maximum : Nullable<int>
)
매개 변수
- name
형식: System. . :: . .String
The name of the property.
- defaultValue
형식: System. . :: . .Nullable< (Of < ( <'Int32> ) > ) >
The default value.
- minimum
형식: System. . :: . .Nullable< (Of < ( <'Int32> ) > ) >
The minimum value.
- maximum
형식: System. . :: . .Nullable< (Of < ( <'Int32> ) > ) >
The maximum value.