SubReportErrorCodes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the error that occurs when processing subreports.
public enum class SubReportErrorCodes
public enum SubReportErrorCodes
type SubReportErrorCodes =
Public Enum SubReportErrorCodes
- Inheritance
-
SubReportErrorCodes
Fields
Name | Value | Description |
---|---|---|
Success | 0 | No error. |
ProcessingError | 1 | Unknown processing error. |
ParametersNotSpecified | 2 | The required parameters are not specified. |
ExceededMaxRecursionLevel | 3 | Exceeded the maximum recursion level. |
MissingSubReport | 4 | The subreport is missing. |
DataRetrievalFailed | 5 | Failed to retrieve the data. |
DataNotRetrieved | 6 | The data was not retrieved. |