Partager via


Propriété ErrorCode

Gets the error code of this SubReportInstance.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ErrorCode As SubReportErrorCodes
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .SubReportErrorCodes
A SubReportErrorCodes value that represents the error code.

Notes

This property is only applicable when ProcessedWithError is true.