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.