次の方法で共有


ReportRenderingException Constructor (ErrorCode)

ReportRenderingException クラスの新しいインスタンスを初期化します。このコンストラクタは、エラー コードを使用してレポート表示例外を生成します。

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

構文

'宣言
Public Sub New ( _
    errCode As ErrorCode _
)
public ReportRenderingException (
    ErrorCode errCode
)
public:
ReportRenderingException (
    ErrorCode errCode
)
public ReportRenderingException (
    ErrorCode errCode
)
public function ReportRenderingException (
    errCode : ErrorCode
)

パラメータ

  • errCode
    エラー コードです。

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

ReportRenderingException Class
ReportRenderingException Members
Microsoft.ReportingServices.ReportRendering Namespace