Executes a script.
シンタックス
'宣言
Public Overloads Sub Execute( _
ByVal As System.String, _
ByVal As System.String, _
ByVal 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 ,
System.string ,
System.bool
)
パラメータ
- 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.
参照