SubReportErrorCodes 枚举

定义

指定在处理子报表时发生的错误。

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

无错误。

适用于