Compartir a través de


SubReportInstance.ErrorCode Propiedad

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

SubReportInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering