다음을 통해 공유


ErrorCode 속성

Gets the error code of this SubReportInstance.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public ReadOnly Property ErrorCode As SubReportErrorCodes
    Get
‘사용 방법
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

주의

This property is only applicable when ProcessedWithError is true.