Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the error code of this SubReportInstance.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property ErrorCode As SubReportErrorCodes
Get
'Uso
Dim instance As SubReportInstance
Dim value As SubReportErrorCodes
value = instance.ErrorCode
public SubReportErrorCodes ErrorCode { get; }
public:
property SubReportErrorCodes ErrorCode {
SubReportErrorCodes get ();
}
member ErrorCode : SubReportErrorCodes
function get ErrorCode () : SubReportErrorCodes
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.SubReportErrorCodes
A SubReportErrorCodes value that represents the error code.
Comentarios
This property is only applicable when ProcessedWithError is true.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering