| 名前 | 解説 | |
|---|---|---|
![]() | m_Script | |
![]() | m_Token |
Expressionデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | Culture | Gets a culture used to convert values to/from string, wrapper around Culture property. |
![]() | Text | 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(...). |
| 名前 | 解説 | |
|---|---|---|
![]() | Evaluate | |
![]() | PrepareForSecondPass | 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. |
![]() | ToString |