Differenze tra le versioni di "REP - Reporting"
Riga 36: | Riga 36: | ||
|[[File:import.png|centre]] <u>Report Preview</u>||Shows a report report preview with a ristrected extracted data|| | |[[File:import.png|centre]] <u>Report Preview</u>||Shows a report report preview with a ristrected extracted data|| | ||
|} | |} | ||
+ | |||
+ | |||
+ | ==== Birt Report Creation ==== | ||
+ | In BIRT Designer all reports can be created as list, charts, crosstab, textual document or as combination of these items. | ||
+ | Report contains a bottom-up structure at 4 levels: | ||
+ | # Data: report data extraceted from several data source types (database, raw file, cvs, etc...) | ||
+ | # User Data: data extracted from data source are edited according user needs (i.e, data type changing) | ||
+ | # Business Logic: data elaborated according to event driven script (JavaScript/Java code) | ||
+ | # Prensentation: data bound to report items (table columns, chart series, dynmic label, etc...) | ||
+ | |||
--> | --> |
Versione delle 12:00, 19 gen 2018
REP is an optional itmSUITE® module that defines functionality to manage and excute reports created by Eclipse BIRT Designer tool.
It allows to load one or more report templates (BIRT.rptdesign file) and to create and to execute report instances through the BIRT Viewer integrated on itmSUITE®.
BIRT Architecture
BIRT (Business Intelligence Reporting Tool)is an open source tool installed as Eclipse IDE plug-in for report developing. It has origin from collaboration between Actuate (along with IBM) and Eclipse.org open source community.
BIRT is a Java based tool that allows to extract data from many data source types for report generation in several output format (pdf, xlsx, docx, etc.).
BIRT architecture includes two main components:
- Report Designer: a UI component to create report template (.rptdesign file)
- Report Engine: runtime component for report rendering
The Design Engine generates a .rptdesign file(in XML format) structured according to configurations applied by user (by BIRT Designer) and the Report Engine, through BIRT Viewer, parses it and renders it as report in html (or other formats).