FlexReport for WinForms
Evaluate(String,IReportScriptContext) メソッド


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > FlexReport クラス > Evaluate メソッド : Evaluate(String,IReportScriptContext) メソッド
A string with a VBScript expression to be evaluated.
IReportScriptContext interface used to obtain objects available in expression.
Evaluates a VBScript expression.
シンタックス
'宣言
 
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.
参照

参照

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