FlexReport for WinForms
Expression クラス メソッド


C1.Report.4.6.2 アセンブリ > C1.Report.ScriptEngine 名前空間 : Expression クラス

このクラスのメンバの一覧は、Expressionメンバを参照してください。

パブリック メソッド
 名前解説
Public メソッド  
Public メソッドPrepares Expression object for "second-pass" calculation. Calculates values of all identifiers used in this expression, all identifiers support C1.Report.ScriptEngine.ITwoPassIdentifier interface calculated via C1.Report.ScriptEngine.ITwoPassIdentifier.GetFirstPassValue(C1.Report.ScriptEngine.ScriptEngine,System.Object,System.Object[]) function, this function can return some internal object using that script engine can calculate actual value on the second pass. For example expression like "Field.Value * 2" will converted to expression "4 * 2" where 4 is value of the "Field.Value.  
Public メソッド  
トップ
参照

参照

Expression クラス
C1.Report.ScriptEngine 名前空間