共用方式為


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 命名空間