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
)

参数