Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 124894 --- PDF report : parameters are not reevaluated (Partially fixed)

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 124894 --- PDF report : parameters are not reevaluated (Partially fixed)

Summary 
Partially support output PDF report though report document.
Add runtime library into classpath of the Manifest.mf.

Bugzilla Bug (s) Resolved:
124894 PDF report : parameters are not reevaluated

Description:

The report document contains all the content in a report, so it is possible to create the PDF report through report document directly.

In render Task, if the user set the output format to PDF, it will output the contents to PDF emitter, so it will create the PDF report.


Test Description:
Manual Test
 
Files Edited:
cvs ci -m "support output PDF through report document" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/plugin/ReportExecutor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/ReportContent.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/plugin/ReportExecutor.java" "/org.eclipse.birt.report.engine/META-INF/MANIFEST.MF" "/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/IHTMLRenderOption.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/ReportContent.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLRenderOption.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/presentation/ReportContentReader.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IHTMLRenderOption.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/ReportContentReader.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IReportContent.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IReportContent.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:
 
Known issues:
If the a table is breaked in the HTML report, The tabel in the PDF output will also breaked. This problem can be fixed in next version report document.

Quotes to Documentation:


-Wei Yan




Back to the top