Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix bug 185282:Cross tab - Report Column header property

Summary
Cross tab-Report Column header property

Bugzilla Bug (s) Resolved
185282

Description
1. Remove Page Layout For there're 2 items in the page layout list "over then down" and "down then over", after removing "remove " over then down" ,there's only one item in the list. User can only select 1 item in the list, and after discussing with Zhiqiang, I directly removed Page Layout from property editor.
2. Repeat Column header property I added RepeatRowHeader checkbox in Page Break page. We don't support horizontal page break,it means we don't show RepeatColumnHeader, not RepeatRowHeader(I'd like to make sure whether what I said is right).

GUI part is Fixed.
About Page Layout, model may need some modification, so reassign it to model team.

Tests Description
Manual test

Files Edited
/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/i18n/nls.properties
/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/attributes/page/CrosstabSectionPage.java
/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/attributes/provider/PageLayoutPropertyDescriptorProvider.java


Files Added
/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/attributes/page/CrosstabSectionPageId.java
/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/attributes/page/RepeatRowHeaderProvider.java


Files Deleted


Notes to Build Team

Notes to Developers

Notes to QA

Notes to Documentation

Back to the top