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