I have an existing report that I am working with. The functional request I have is to suppress the automatic page break that occurs when the third group starts to render.
There are 4 groups that are built dynamically. Each group has a crosstab. The first two groups/crosstabs are fairly small and together they take up 25% of the page height. The third group takes up about 90% of the page height and as such defaults it's starting point as the top of the next page.
My client has asked that I suppress this functionality and force the group to start in line with the previous group and then break to another page in the event it will not fit. In some instances I have examples where it takes up 150% of the page space and in those cases it does start right after group#2 and spills onto the next page repeating the headers as expected.
How can I force this behavior every time?
I have set the KeepTogether property to false in TableGroup and CrossTab objects but to no avail.
Are there other properties I need to set in order to insure the desired behavior occurs?
There are 4 groups that are built dynamically. Each group has a crosstab. The first two groups/crosstabs are fairly small and together they take up 25% of the page height. The third group takes up about 90% of the page height and as such defaults it's starting point as the top of the next page.
My client has asked that I suppress this functionality and force the group to start in line with the previous group and then break to another page in the event it will not fit. In some instances I have examples where it takes up 150% of the page space and in those cases it does start right after group#2 and spills onto the next page repeating the headers as expected.
How can I force this behavior every time?
I have set the KeepTogether property to false in TableGroup and CrossTab objects but to no avail.
Are there other properties I need to set in order to insure the desired behavior occurs?