次の方法で共有


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 型です。

適用対象