다음을 통해 공유


ReportSize 생성자

정의

ReportSize의 새 인스턴스를 만듭니다.

오버로드

ReportSize(String)

ReportSize의 새 인스턴스를 만듭니다.

ReportSize(String, Boolean)

ReportSize의 새 인스턴스를 만듭니다.

ReportSize(String)

ReportSize의 새 인스턴스를 만듭니다.

public:
 ReportSize(System::String ^ size);
public ReportSize (string size);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportSize : string -> Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
Public Sub New (size As String)

매개 변수

size
String

보고서의 크기입니다.

적용 대상

ReportSize(String, Boolean)

ReportSize의 새 인스턴스를 만듭니다.

public:
 ReportSize(System::String ^ size, bool allowNegative);
public ReportSize (string size, bool allowNegative);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportSize : string * bool -> Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
Public Sub New (size As String, allowNegative As Boolean)

매개 변수

size
String

보고서의 크기입니다.

allowNegative
Boolean

에서 size음수 값을 허용할지 여부

적용 대상