共用方式為


SubReportErrorCodes Enum

Definition

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.

Applies to