次の方法で共有


TextRunInstance.ProcessedWithError プロパティ

この TextRunInstance にエラーが含まれているかどうかを示す Boolean 値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public MustOverride ReadOnly Property ProcessedWithError As Boolean 
    Get
'使用
Dim instance As TextRunInstance 
Dim value As Boolean 

value = instance.ProcessedWithError
public abstract bool ProcessedWithError { get; }
public:
virtual property bool ProcessedWithError {
    bool get () abstract;
}
abstract ProcessedWithError : bool
abstract function get ProcessedWithError () : boolean

プロパティ値

型: System.Boolean
この TextRunInstance にエラーが含まれている場合は true、含まれていない場合は false。

関連項目

参照

TextRunInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間