Is it possible to select on which page should be placed element?

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.

nra_1's picture
5
Joined: Mar 20 2019 - 3:09am
Last seen: 4 years 5 months ago

2 Answers:

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

C-Box's picture
23943
Joined: Jul 19 2006 - 5:58pm
Last seen: 3 weeks 5 days ago

If you want each table to be on a different page, why not make them each into a different report and use "book" to put them all together into 1 report?

hozawa's picture
190413
Joined: Apr 24 2010 - 4:31pm
Last seen: 4 years 3 months ago
Feedback
randomness