Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the error code of this SubReportInstance.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorCode As SubReportErrorCodes
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.SubReportErrorCodes
A SubReportErrorCodes value that represents the error code.
Hinweise
This property is only applicable when ProcessedWithError is true.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace