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を許可するかどうかを指定します。

適用対象