Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 123796 --- Write out row type for several rows

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 123796 --- Write out row type for several rows

Description:
 
Why: Previously the row type and group level didn't be written into report doc. So when rending report using rendering task, there is no report design information and only report content. I can't get row type and group level

Fix: save row type and group level infor into report document.


Regression: Yes/No
No
 
Code Owner:
Shanghai Engine Team
 
Code Reviewers:
Shanghai Engine Team
 
Tests:
Unit test
 
Test Automated:  Yes/No (if “No”, then explain why)
Yes
Branches Involved:
Eclipse CVS
 
Files Changed:
src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java;
src/org/eclipse/birt/report/engine/executor/TableItemExecutor.java;
src/org/eclipse/birt/report/engine/content/impl/RowContent.java;

Files Shared:
None
 
Files Added:
None
 
Files Deleted:
None
 
Defect Entries Resolved:
None
 
Case Entries Resolved:
None
 
Notes to Developers:
None
 
Notes to QA:
None
 
Notes to Documentation:
None
 
Notes to Configuration Management:
None
 
Notes to Support:
None
 
Notes to Product Marketing:
None


Back to the top