Language

ReportSize コンストラクター

定義

ReportSizeの新しいインスタンスを作成します。

オーバーロード

名前 説明
ReportSize(String)

ReportSizeの新しいインスタンスを作成します。

ReportSize(String, Boolean)

ReportSizeの新しいインスタンスを作成します。

ReportSize(String)

ReportSizeの新しいインスタンスを作成します。

public:
 ReportSize(System::String ^ size);
public ReportSize(string size);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportSize : string -> Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
Public Sub New (size As String)

パラメーター

size
String

報告書の規模。

適用対象

ReportSize(String, Boolean)

ReportSizeの新しいインスタンスを作成します。

public:
 ReportSize(System::String ^ size, bool allowNegative);
public ReportSize(string size, bool allowNegative);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportSize : string * bool -> Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
Public Sub New (size As String, allowNegative As Boolean)

パラメーター

size
String

報告書の規模。

allowNegative
Boolean

sizeに負の値を許可するかどうか。

適用対象