Report Widgets

Last modified: February 13, 2024

1 Introduction

With report 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 reporting widgets 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

2 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.

3 Read More