다음을 통해 공유


ReportSize 생성자 (String, Boolean)

Creates a new instance of ReportSize.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public Sub New ( _
    size As String, _
    allowNegative As Boolean _
)
‘사용 방법
Dim size As String 
Dim allowNegative As Boolean 

Dim instance As New ReportSize(size, allowNegative)
public ReportSize(
    string size,
    bool allowNegative
)
public:
ReportSize(
    String^ size, 
    bool allowNegative
)
new : 
        size:string * 
        allowNegative:bool -> ReportSize
public function ReportSize(
    size : String, 
    allowNegative : boolean
)

매개 변수

  • allowNegative
    유형: System.Boolean
    Whether to allow negative values in size.

참고 항목

참조

ReportSize 클래스

ReportSize 오버로드

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스