Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 119962 Support IPageHandler during report generation

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 119962 Support IPageHandler during report generation

Summary 

Bugzilla Bug (s) Resolved:
119962 Support IPageHandler during report generation
Description:
Call the IPageHandler's onPage on each page end. Notice that only HTML pagination can be notified.

 
Test Description:
Manual Test
 
Files Edited:
cvs ci -m "support IPageHandler in pagination" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/DefaultPaginationEmitter.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/HTMLPaginationEmitter.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top