Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Specifies the error that occurs when processing subreports.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Enumeration SubReportErrorCodes
'Uso
Dim instance As SubReportErrorCodes
public enum SubReportErrorCodes
public enum class SubReportErrorCodes
type SubReportErrorCodes
public enum SubReportErrorCodes
Membros
| Nome do membro | Descrição | |
|---|---|---|
| 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. |
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering