共用方式為


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

備註

This property is only applicable when ProcessedWithError is true.