ReportSize 생성자 (String, Boolean)
Creates a new instance of ReportSize.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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
)
매개 변수
- size
형식: System. . :: . .String
- allowNegative
형식: System. . :: . .Boolean
Whether to allow negative values in size.