SubReportErrorCodes 枚举

Specifies the error that occurs when processing subreports.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Enumeration SubReportErrorCodes
用法
Dim instance As SubReportErrorCodes
public enum SubReportErrorCodes
public enum class SubReportErrorCodes
type SubReportErrorCodes
public enum SubReportErrorCodes

成员

成员名称 说明
DataNotRetrieved The data was not retrieved.
DataRetrievalFailed Failed to retrieve the data.
ExceededMaxRecursionLevel Exceeded the maximum recursion level.
MissingSubReport The subreport is missing.
ParametersNotSpecified The required parameters are not specified.
ProcessingError Unknown processing error, or error occurred in a SQL Server 2005 snapshot.
Success No error.

请参阅

参考

Microsoft.ReportingServices.OnDemandReportRendering 命名空间