'宣言 Public Overloads Function Evaluate( _ ByVal expression As System.String, _ ByVal context As IReportScriptContext _ ) As System.Object
'使用法 Dim instance As FlexReport Dim expression As System.String Dim context As IReportScriptContext Dim value As System.Object value = instance.Evaluate(expression, context)
public System.object Evaluate( System.string expression, IReportScriptContext context )
パラメータ
- expression
- A string with a VBScript expression to be evaluated.
- context
- IReportScriptContext interface used to obtain objects available in expression.
戻り値の型
The value of the expression.