Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 120975 Provide option to disable the master page for HTML reports

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 120975 Provide option to disable the master page for HTML reports

Summary 

Bugzilla Bug (s) Resolved:
120975 Provide option to disable the master page for HTML reports
Description:
Add two more options into the HTMLRenderOption to control the HTML pagination.

1) HTML_PAGINATION: control wheather paginate in the HTML output. (only used in RunAndRenderTask).
2) MASTER_PAGE_CONTENT: control wheather output the master page content in pagination. (work in both RendTask and RunAndRenderTask).

HTML_PAGINATION MASTER_PAGE_CONTENT    
True (default)                  True (default)                          Works as M3 (use page header/footer to separate the pages)

True                            false                                   use HR to separate the pages
False                                                                   work as 1.0.1

 
Test Description:
Manual Test
 
Files Edited:
cvs ci -m "support MASTER_PAGE_CONTENT and HTML_PAGINATION" -l "/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.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/api/HTMLRenderOption.java"


Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top