Report

Introduction

A Report object makes it possible to design, layout and generate reports in PDF format containing data extracted from the Q Application (for example, process data, statistical data, etc.), and/or from the database (for example, data recorded by the Event logger).

The object editor makes it possible to customize the appearance of the report contents and set the header and footer. The reports generated are saved in the file system in the desired path.

Components of a Report

Object

Function

Report

Sets the report’s global layout properties, which apply to all pages of the final PDF document (page size, page orientation, style sheet used, page margins).
Contains the Header, Sections and Footer objects.

Header

Makes it possible to customize the height and content of the PDF header, repeated on each page. Usually contains logos, contact information, etc., and print references such as page numbers, date and time of printing, etc.

Sections

Makes it possible to set the content of the report. In turn, it contains the following objects/containers:

  • Panel section: container of static (labels, images, panels, rectangles) or dynamic (values of PLC variables, values of alarm events collected in real time, etc.) graphic objects of choice.

  • Data grid section: represents in table format the desired data read from a database and selected from the data in the application.

Footer

Makes it possible to customize the height and content of the PDF footer, repeated on each page. Usually contains logos, contact information, etc., and print references such as page numbers, date and time of printing, etc.

Example

../../_images/781791c84142db70b2cd06551c560b8994b03701.png

See also

Related procedures

Configure layout and contents of reports

References

Reports