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
成員
成員名稱 | 描述 | |
---|---|---|
Success | No error. | |
ProcessingError | Unknown processing error, or error occurred in a Yukon snapshot. | |
ParametersNotSpecified | The required parameters are not specified. | |
ExceededMaxRecursionLevel | Exceeded the maximum recursion level. | |
MissingSubReport | The subreport is missing. | |
DataRetrievalFailed | Failed to retrieve the data. | |
DataNotRetrieved | The data was not retrieved. |