共用方式為


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 命名空間