- 16 Apr 2024
- 1 Minute to read
- DarkLight
Introduction to Elements in XML Reports
- Updated on 16 Apr 2024
- 1 Minute to read
- DarkLight
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. |