Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "BPS Template"

(BPS Template Document)
(Description)
Line 19: Line 19:
  
 
===Capability List===
 
===Capability List===
* A bullet point
+
* define onPageStart/onPageEnd/onPageBreak scripts which is executed in layout engine.
* List
+
* define the report/page variable in the report.
* Of high level features.
+
* access the report/page variable in the onPageStart/onPageEnd/onPageBreak scripts
 +
* display the report/page variable through auto-text element in the master page.
  
 
===Specification Document(s)===
 
===Specification Document(s)===
Line 28: Line 29:
 
===Related Bugzilla Entries===
 
===Related Bugzilla Entries===
  
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=161066 Example Bugzilla Entry(s) used to track issue]
+
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=159857 Improve Page Aggregate capabilities: Add support for page aggregates / page totals]
  
 
[[Category:BIRT]]
 
[[Category:BIRT]]
 
[[Category:BIRT BPS]]
 
[[Category:BIRT BPS]]

Revision as of 22:58, 30 May 2009

< To: BPS

BPS 1127 - Add support for page aggregates

This project aims at providing more capabilities to access and display page aggregates and summary data. This project will enable the report developers to access the report data from the auto-text elements and vice-versa so that they can setup the desired page output efficiently. This project also looks at providing more summary data capabilities like displaying page aggregates.

Status

Completed for BIRT 2.5

Specification Lead

Wei Yan, Actuate Corp. Gary Xue, Actuate Corp.

Interested Parties

Wenbing He, Actuate Corp. Wenfeng Li, Actuate Corp.

Description

Describe in brief the point of the BPS.

Capability List

  • define onPageStart/onPageEnd/onPageBreak scripts which is executed in layout engine.
  • define the report/page variable in the report.
  • access the report/page variable in the onPageStart/onPageEnd/onPageBreak scripts
  • display the report/page variable through auto-text element in the master page.

Specification Document(s)

Related Bugzilla Entries

Back to the top