FlexReport for WinForms
IgnoreScriptErrors プロパティ (FlexReport)


C1.Report アセンブリ > C1.Report 名前空間 > FlexReport クラス : IgnoreScriptErrors プロパティ
Specifies whether the component should ignore script errors by default.
シンタックス
'宣言
 
Public Property IgnoreScriptErrors As System.Boolean
'使用法
 
Dim instance As FlexReport
Dim value As System.Boolean
 
instance.IgnoreScriptErrors = value
 
value = instance.IgnoreScriptErrors
public System.bool IgnoreScriptErrors {get; set;}
解説

When the script interpreter finds an error in a script or expression, the component raises the ReportError event. This property specifies the default value for the Handled parameter in that event.

If IgnoreScriptErrors is set to true, script errors are ignored by default (the Handled parameter is initialized to true).

If IgnoreScriptErrors is set to false, script errors throw exceptions by default (the Handled parameter is initialized to false).

In either case, the ReportError event handler may override the default by changing the value of the Handled parameter.

参照

参照

FlexReport クラス
FlexReport メンバ