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>
최대값입니다.