SubReportErrorCodes 열거형
Specifies the error that occurs when processing subreports.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public Enumeration SubReportErrorCodes
‘사용 방법
Dim instance As SubReportErrorCodes
public enum SubReportErrorCodes
public enum class SubReportErrorCodes
type SubReportErrorCodes
public enum SubReportErrorCodes
멤버
| 멤버 이름 | 설명 | |
|---|---|---|
| Success | No error. | |
| ProcessingError | Unknown processing error, or error occurred in a Yukon snapshot. | |
| ParametersNotSpecified | The required parameters are not specified. | |
| ExceededMaxRecursionLevel | Exceeded the maximum recursion level. | |
| MissingSubReport | The subreport is missing. | |
| DataRetrievalFailed | Failed to retrieve the data. | |
| DataNotRetrieved | The data was not retrieved. |