다음을 통해 공유


SubReportInstance.ErrorCode 속성

Gets the error code of this SubReportInstance.

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

구문

‘선언
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

속성 값

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

주의

This property is only applicable when ProcessedWithError is true.

참고 항목

참조

SubReportInstance 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스