Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 117609 Needs to be able to retrieve the object id after rendering the report page.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 117609 Needs to be able to retrieve the object id after rendering the report page.

Summary 

Bugzilla Bug (s) Resolved:
117609 Needs to be able to retrieve the object id after rendering the report page.
Description:
For table item, use the "iid" attribute to output the InstanceID to the HTML output. The viewer can use the iid to reconstruct an InstanceID, and get the design id, data id from that InstanceID.

The data ID may be used in data extraction API to extract the data used to create the table.

 
Test Description:
Manual Test, running the report design, open the created html output, the table has an attribute "iid".
 
Files Edited:
"/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"


Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top