次の方法で共有


TextBoxInstance.ProcessedWithError プロパティ

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

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

構文

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

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

プロパティ値

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

関連項目

参照

TextBoxInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間