次の方法で共有


ReportSize Constructor

ReportSize オブジェクトの新しいインスタンスを、指定された size 文字列を使用して初期化します。

名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (microsoft.reportingservices.processingcore.dll 内)

構文

'宣言
Public Sub New ( _
    size As String _
)
public ReportSize (
    string size
)
public:
ReportSize (
    String^ size
)
public ReportSize (
    String size
)
public function ReportSize (
    size : String
)

パラメータ

  • size
    レポートを作成するサイズです。有効な値は、ReportSize 型です。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

ReportSize Class
ReportSize Members
Microsoft.ReportingServices.ReportRendering Namespace