Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 134207 fail to drill through to the predefined table of contents

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 134207 fail to drill through to the predefined table of contents

Summary 

Bugzilla Bug (s) Resolved:
 134207 fail to drill through to the predefined table of contents

Description:
User can use the TOC name to define a drillthrough link. The viewer should fist get the TOC node from the TOC name, then get the bookmark of the TOC node and find the page number of the TOC.

To implement this feature, the ENGINE should provid the API to access the TOC node from the toc name. This check-in add such a support.

 
Test Description:
Unit Test
 
Files Edited:
cvs ci -m "find the TOC through the name." -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportDocument.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocumentReader.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocumentReader.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Jun OuYang




Back to the top