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


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

パラメータ

script
The script to execute.
scriptName
The name of the script used when fire error event.
fireOnError
Value indicating whether to fire ReportError event if exception occurs during executing script.
参照

参照

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