CompiledTextRunInstance.ProcessedWithError プロパティ
HTML の解析中にエラーが発生したかどうかを示す Boolean 値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Overrides ReadOnly Property ProcessedWithError As Boolean
Get
'使用
Dim instance As CompiledTextRunInstance
Dim value As Boolean
value = instance.ProcessedWithError
public override bool ProcessedWithError { get; }
public:
virtual property bool ProcessedWithError {
bool get () override;
}
abstract ProcessedWithError : bool
override ProcessedWithError : bool
override function get ProcessedWithError () : boolean
プロパティ値
型: System.Boolean
HTML の解析中にエラーが発生した場合は true、それ以外の場合は false。