在此文中
Extensions are used to create reports.
Report Extensions are General Extensions that use the Report functionality. They have the following structured:
- Have the attribute "app.command".
- Contain the function exec() tha
- create ReportObject
and populate with data. - create a Banana.Report.ReportStylesheet
use the function Banana.Report.newStyleSheet() - call a function Banana.Report.preview(reportObject, stylesheet)
The program will then open the preview window and visualize the content.
- create ReportObject
Specific Report Extensions
Specific report extensions are for: