Hi!
Is it possible to select on which page should be placed element?
I have several tables that display data from JSON Data adapter. But tables doesn't fit in one page. So i want do display each table on separate page.
2 Answers:
Posted on April 1, 2019 at 2:15pm
You could try to place your tables in group bands and set the group-flag "StartOnANewPage"... but if one table doesn't fit at one page in total and even just one row is placed on next page. you will earn a let's call 99% emtpy page (just with one row at the top) and the next table is starting at next page (e.g. 3)... so perhaps not a "nice solution"
Otherwise you could also play around with some page_break_elements
hth + regards
C-Box