'宣言 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.