'Declaration Public Overloads Sub Execute( _ ByVal statement As String, _ ByVal context As IReportScriptContext _ )
public void Execute( string statement, IReportScriptContext context )
Parameters
- statement
- A string with VBScript instructions to be executed.
- context
- IReportScriptContext interface used to obtain objects available in expression.