Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 129644 Page break enhancments - Engine support (partically)

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 129644 Page break enhancments - Engine support (partically)

Summary 

Bugzilla Bug (s) Resolved:
129644 Page break enhancments - Engine support (partically)

Description:
Group has two new properties: PageBreakAfter and pageBreakBefore. The pageBreakAfter can be either one of page-break-always, avoid, always-except-last, the page-break-before can be one of: always, avoid, always-except-first.

Engine will create a page-break on the first row in the group.

 
Test Description:
Manual Test, create a report design contains two groups, set the page-break-before and page-break-after for the second group. The table-header should be keep with the first group while the page-footer should be keept with the last group.

 
Files Edited:
cvs ci -m "support pageBreak on Group" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TableItemExecutor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListingElementExecutor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListingElementExecutor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/GroupDesign.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TableItemExecutor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/GroupDesign.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
The page-break is not work for list still.
 
Quotes to Documentation:


-Wei Yan




Back to the top