Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

I have a report done in ssrs 2012 that, on a page, has the data displayd as:

|textbox | textbox |
|------------------|
|textbox|
|------------------|
|textbox|
|------------------|
|Tablix|
|------------------|
|textbox|
|------------------|
|textbox|


For reports with just a a few items in the tablix it works fine. But when the tablix has many items it jumps to a new page, which leaves a lot of blank space and out of standard.

I've seen some forums talking about:
1) Set keep Together on rows as False
2) Set tablix to Keep in one page whenever possible
That didn't work

There were people advising on the page size and report default page size. I've checked that and report is nearly an inch smaller than the page on both height and width.

Has anyone come up with this issue? Is it possible to force the tablix to start after it's preceding textbox and simply break to the next page when it gets to the and of the current page?
Posted
Updated 27-Aug-18 22:03pm

After a lot of research and no straight answer I've found out the issue.

The report the rectangle used to contain the Tablix had it's keepTogether = true. Even if the tablix keepTogether property is set to false, it will be superseded by the parent container.

This issue has been reported in other forums without a answer. I hope the next person looking for it can find it here either through the step I took and din't solve it or through this last issue found.

Regards
 
Share this answer
 
Hello,

just to complete this issue, I could solve it in the KeepTogether properties of the Row group Level (not the Tablix level).

Hope this help.

Regards,
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900