FlexReport for WinForms
Execute(Script,Boolean) メソッド


C1.Report.4.6.2 アセンブリ > C1.Report.ScriptEngine 名前空間 > ReportScriptContextBase クラス > Execute メソッド : Execute(Script,Boolean) メソッド
The script to execute.
Value indicating whether to fire ReportError event if exception occurs during executing script.
Executes a script.
シンタックス
'宣言
 
Public Overloads Sub Execute( _
   ByVal script As Script, _
   ByVal fireOnError As System.Boolean _
) 
'使用法
 
Dim instance As ReportScriptContextBase
Dim script As Script
Dim fireOnError As System.Boolean
 
instance.Execute(script, fireOnError)
public void Execute( 
   Script script,
   System.bool fireOnError
)

パラメータ

script
The script to execute.
fireOnError
Value indicating whether to fire ReportError event if exception occurs during executing script.
参照

参照

ReportScriptContextBase クラス
ReportScriptContextBase メンバ
オーバーロード一覧