Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Dependencies between Expressions are not resolved automaticly. If this resolving results in an circular reference, an exception is thrown an the expressions will not be evaluatedThe order of the expressions on the report determines the evaluation order in the report. A expression that references an other expression's value that is computed after the current expression will behave non-deterministic, as it will receive an old and invalid value from the datarow.

The life cycle of functions

...