Reports

Last modified: August 20, 2024

Introduction

With reports widgets, you can create reports from the database data. Reporting is mainly used for presenting aggregated information (for example, total sales per customer).

The Report widgets category contains the following widgets:

  • Report grid – displays data in a form of a table; the data for the reports is provided by a Data set

    Example report grid
  • Report parameter – allows the end-user to specify a parameter of a Data set that is then used for filtering the data displayed in a report

    Example report parameter
  • Report date parameter – allows the end-user to specify the DateTime parameter of a data set, which is then used for filtering the data displayed in a report

    Example report date parameter
  • Generate report button – generates a report when the end-user clicks the button

    Example generate report button

Performing Basic Functions

For more information on how to add widgets to a page, view their properties, and arrange them, see Adding Elements on a Page, Viewing Element Properties, and Arranging Elements on a Page sections in Page.

Read More