Expression Elements
  • 18 Sep 2024
  • 1 Minute to read
  • Dark
    Light

Expression Elements

  • Dark
    Light

Article summary

General

An expression element can be used to insert the return value of an Introduction into a Template.

This type of element can be used to insert the values of Datasource variables or fields into a Template.

Properties

Expression elements have the following properties:

Name

Description
NameThe name of the expression element. This name will be displayed in the tree hierarchy of the content explorer of the Report Designer.
CodeThe code of the expression element. There must be no other report element within the same report with the same code. The code is used to reference the report element from within a Template (see below).
ConditionAn optional condition Expression; if it returns True or 1 the condition is considered to be fulfilled and the result of the expression will be included in the report document. If it returns something other than True or 1 a blank string will be written to the report document. If you leave this property empty, the condition is considered to be always fulfilled. The condition expression is evaluated after the preparation Actions of the expression element have been executed.
Preparation ActionsA list of Actions that will be executed before the expression element will be processed.
Fail On Filter ExceptionDetermines what shall happen if an exception occurs when executing a preparation action that performs a filter (e.g. because the value to which you want to filter does not exist). When enabled, an exception will be thrown and the report document creation will be cancelled; when disabled, the exclusion settings (see below) will be applied.
ValueThe Expression whose return value to insert into the template.

Insertion

You can insert the placeholder for the expression element by dragging and dropping the report element from the content explorer of the Report Designer into the template. You will then see a placeholder with the following syntax:

Expression Element Placeholder

%%<code>%%

NOTE

If you change the code of an expression element after you have inserted the placeholder into the template, you need to change the placeholder in the template as well. Otherwise error messages will occur when creating the report document.


Was this article helpful?