言語

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

定義

与えられた size 文字列で新しい ReportSize オブジェクトのインスタンスを初期化します。

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

パラメーター

size
String

報告書を作成するための大きさ。 有効な値は型 ReportSizeです。

適用対象