I have a table, grouped by an element, like this :
[GroupingELT]
Header1 | Header2
[ELT1] | [ELT2]
And i'd like to have the [GroupingELT] alone in the center of a page, the table on the next page and so on. Could you help me with that ?
I'm new to birt (started today :p) so 开发者_开发百科don't hesitate to redirect me to the appropriate tutorial if the answer should be obvious.
Thanks :)
If you don't already have a header row for the group in question in the table object, you need to insert one.
Then, select the header row in the layout, open the property editor, select Page Break from the list of properties and change both Before and After from auto to always.
精彩评论