Reputation: 5044
I have the following table (see the table below). It is querying into a table in my database, which has around 10 000 lines.
It starts well as you can (also below)
Issue is when going to the second page and after, the table is spreading around.
updated version after my wrong description: What I want actually is to have several tables in one page , with the last table complete with the 8 rows at the end of the page and have the next table start on another page.
I tried to set the tablix and the rectangle ,with the following properties:
General
KeepTogether = True
PageBreak
BreakLocation = End
Disabled = False
ResetPageNumber = False
However, it is still not giving me the desired results.
Any tips are more than welcomed
Upvotes: 0
Views: 2372
Reputation: 31785
Put your table inside a List Item, and deactivate the Add a page break after
in the List.
Or if you want to fit as many tables as possible on a page, but keep the page break from splitting them, here is how I have done this in the past:
Upvotes: 2