Differenze tra le versioni di "REP - Reporting"
m (→BIRT Designer) |
|||
Riga 22: | Riga 22: | ||
! View !! Meaning !! Comments | ! View !! Meaning !! Comments | ||
|- | |- | ||
− | |[[File:model.png|centre]] <u> | + | |[[File:model.png|centre]] <u>Data Explorer</u>||Allows the data management extracted from a specific data source (i.e. database, xlsx file, cvs file, etc.) in order to define data sets and parameters report|| |
|- | |- | ||
− | |[[File:object.png|centre]] <u> | + | |[[File:object.png|centre]] <u>Navigator</u>||Contains one or more report projects|| |
|- | |- | ||
− | |[[File:toolbar save.png|centre]] <u> | + | |[[File:toolbar save.png|centre]] <u>Layout</u> ||Main editor (in drag&drop mode) to define the report layout|| |
|- | |- | ||
− | |[[File:print.png|centre]] <u> | + | |[[File:print.png|centre]] <u>Palette</u>||Contains all graphic items (label, table, chart, etc...) to add to report layout|| |
|- | |- | ||
− | |[[File:preview.png|centre]] <u> | + | |[[File:preview.png|centre]] <u>Property Editor</u>||Menu from which user can manage some layout item properties|| |
|- | |- | ||
− | |[[File:settings.png|centre]] <u> | + | |[[File:settings.png|centre]] <u>Scripting Editor</u>||Editor to insert events written in JavaScript/Java code|| |
|- | |- | ||
− | |[[File:import.png|centre]] <u> | + | |[[File:import.png|centre]] <u>Report Preview</u>||Shows a report report preview with a ristrected extracted data|| |
|} | |} | ||
--> | --> |
Versione delle 17:08, 16 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).