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