Introduction to Elements in XML Reports

Prev Next

General

Elements can be used to add content to a Template when a report document is created from the report.

Example: If you want to add the result of an Expression to a report document, you can use an Expression Element and reference it within the Template.

Element Types

XML Reports support the following element types:

Type

Description
Condition Element This type of element can be used to only include the portion of a Template in the report document based on a condition.
Expression Element This type of element can be used to insert the result (such as a numeric, text, or date-time value) of an Expression into the report document.
Repeater Element This type of element can be used to repeat the portion of a Template in the report document.