FlexReport for WinForms
Expression クラス メンバ
フィールド  プロパティ  メソッド 


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

Expressionデータ型で公開されるメンバを以下の表に示します。

プロテクト フィールド
 名前解説
Protected フィールド  
Protected フィールド  
トップ
パブリック プロパティ
 名前解説
Public プロパティGets a culture used to convert values to/from string, wrapper around ScriptEngine.Culture property.  
Public プロパティGets or sets the text used from which expression was parsed. This property contains valid value only for expressions which were generated during parsing function parameters. This text used in calculating the aggregates to cache existing values, see ScriptAggregate.Evaluate(...).  
トップ
パブリック メソッド
 名前解説
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 名前空間