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
)
パラメーター
- size
型: System. . :: . .String
レポートのサイズ。
- allowNegative
型: System. . :: . .Boolean
size で負の値を許可するかどうか。