Posted 18 December 2024, 6:28 pm EST - Updated 18 December 2024, 7:22 pm EST
I’m having a problem with the Multi-Section Continuous page layout.
Here is my layout:
Table 1 binds with DataSet “InvoiceDetails”
InvoiceDetails has multiple rows
The Table1 should repeat with the InvoiceDetails results
The Footer table is added to the Table1’s footer.
All the tables use data from the InvoiceDetails dataset.
I had to add a grouping in each table to make sure they don’t repeat with the dataset, but only show 1 under Table 1.
My problem here is that even though there are way enough spaces, Table Section_7 is always getting pushed to the next page
I realized table Section 1-to-6 and table section7 are in 2 different rows within the table1. However, the row that contains table Section 1-to-6 has a height of 7.2in. Even though the table Section 1-to-6 rows get toggled with visible. The parent row height height is fixed. That is why it pushes down the table Section_7