ErrorCode プロパティ

この 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

説明

このプロパティは ProcessedWithError が true の場合にのみ適用されます。