Introduction to HTML Report elements
  • 18 Sep 2024
  • 1 Minute to read
  • Dark
    Light

Introduction to HTML Report elements

  • Dark
    Light

Article summary

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 a bar chart from a Datasource to a report document, you can use a Chart Element and reference it within the Template.

Element Types

HTML Reports support the following element types:

Name

Description
Chart ElementThis type of element can be used to insert the graphical visualization of a chart (e.g. a bar chart) of a Datasource into the report document.
Condition ElementThis type of element can be used to only include the portion of a Template in the report document based on a condition.
Expression ElementThis 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.
Image ElementThis type of element can be used to insert an external image that is loaded from a local or UNC file path or web URL into the report document.
Repeater ElementThis type of element can be used to repeat the portion of a Template in the report document.
Table ElementtThis type of element can be used to insert a table extracted from a Datasource object into the report document.

Was this article helpful?

What's Next