다음을 통해 공유


SizeProperty 생성자

정의

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>

최대값입니다.

적용 대상