Differenze tra le versioni di "REP - Reporting"

Da itm wiki.
(Created page with " 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 temp...")
(Etichetta: visualeditor-switched)
 
Riga 1: Riga 1:
 
 
REP is an optional itmSUITE® module that defines functionality to manage and excute reports created by Eclipse BIRT Designer tool.
 
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®.
 
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 tools, Java based, 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

Versione delle 17:05, 30 nov 2017

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 tools, Java based, 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:

  1. Report Designer: a UI component to create report template (.rptdesign file)
  2. Report Engine: runtime component for report rendering