In Birt I have pagination set up, but when there is HTML content that spreads over multiple pages, the pagination doesn't occur as it would normally in onPageEnd
If I have say 100 Lines of the word "Hi
" in Auto format then the pagination works correctly as it spreads over the pages. But if I format it as HTML, then in preview mode it completely disregards the report size and just displays on the first page stretched beyond the limit (A4 Landscape), in PDF mode, it spreads over multiple pages but the pagination just stays at 1
I suspect it is related to the fact that when you see the HTML item in the report designer, it truncates the content to like 2 lines. I suspect the pagination/birt is treating it as this size for the pagination despite it being rendered over multiple pages.

I've attached a report example as described above, simply changing the content type of the Text between auto and HTML will show the problem I'm encountering
Anyone any ideas?