Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: FIx bugzilla bugs: 122423, 122348

Title: [birt-dev]CheckIn: FIx bugzilla bugs: 122423, 122348

Summary 

Bugzilla Bug (s) Resolved:
122423, 122348

Description:
Fix bugzilla bugs:

122423 -- Support page range in RenderTask 

122348-- 20051229 build: Preview as PDF does not work

Add new interface:  public void render( String pageRange ) throws EngineException to IRenderTask.

PDF emitter also support render task.

 Test Description:
Unit Test
Files Edited:

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/dom/AreaStyle.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IRenderTask.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java" "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/api/RenderTaskTest.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/ReportContentLoader.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


Back to the top