次の方法で共有


ReportSize コンストラクター (String, Boolean)

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
    size で負の値を許可するかどうか。

関連項目

参照

ReportSize クラス

ReportSize オーバーロード

Microsoft.ReportingServices.OnDemandReportRendering 名前空間