次の方法で共有


SubReportErrorCodes 列挙体

サブレポートを処理するときに発生したエラーを指定します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Enumeration SubReportErrorCodes
'使用
Dim instance As SubReportErrorCodes
public enum SubReportErrorCodes
public enum class SubReportErrorCodes
type SubReportErrorCodes
public enum SubReportErrorCodes

メンバー

メンバー名 説明
DataNotRetrieved データが取得されませんでした。
DataRetrievalFailed データを取得できませんでした。
ExceededMaxRecursionLevel 最大再帰レベルを超えました。
MissingSubReport サブレポートがありません。
ParametersNotSpecified 必要なパラメーターが指定されていません。
ProcessingError 不明な処理エラーが発生したか、SQL Server 2005 スナップショットでエラーが発生しました。
Success エラーなし。

関連項目

参照

Microsoft.ReportingServices.OnDemandReportRendering 名前空間