SubReportErrorCodes 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定在处理子报表时发生的错误。
public enum class SubReportErrorCodes
public enum SubReportErrorCodes
type SubReportErrorCodes =
Public Enum SubReportErrorCodes
- 继承
-
SubReportErrorCodes
字段
DataNotRetrieved | 6 | 数据未检索。 |
DataRetrievalFailed | 5 | 无法检索数据。 |
ExceededMaxRecursionLevel | 3 | 超出了最大递归级别。 |
MissingSubReport | 4 | 缺少子报表。 |
ParametersNotSpecified | 2 | 未指定必需的参数。 |
ProcessingError | 1 | 未知处理错误。 |
Success | 0 | 无错误。 |