another 'keep together' problem/group split across page break
How can I stop a group from being split across 2 pages?1 table group1 detail group consisting of 2 rows, can be N number of these per table groupe.g.TG1DG1row1DG1row2DG2row1DG2row2...DGnrow1DGnrow2TG2DG1row1DG1row2DG2row1DG2row2...DGnrow1DGnrow2<--page break should occur here-->TG3DG1row1DG1row2DG2row1<--but it is actually appearing somewhere like this-->DG2row2...DGnrow1DGnrow2If TG can fit on one page, then it should do soI can't put a page break after a group, as it may only be 4 rows, this would be too wasteful
February 18th, 2008 5:31pm
Hi ,
if you dont have page breaks then the page break will happen according to the size of the page.
So your page can accomodate till "DG2row1" then it wil keep the next row in next page .
And about the TG group ,if your group has more data then also it will take the data for next page.
In this case you need to either keep the number of rows per page fixed by creating another group or else you can do this by decreasing the fontsize and hight of the textbox ,so that the page will accomodate some more rows ,but this is not the proper solution always.
Hope you will get this,
Anyway please let me know if you get the solution.
Thanks
Mahasweta
Free Windows Admin Tool Kit Click here and download it now
February 18th, 2008 8:35pm
I wonder if this is possible? :Keep a track of which row you are on.Count the number of rows in a group.If (rowsInGroup + currentRowNumber) > numberOfRowsMaxOnPage then insert page break before group.
February 19th, 2008 2:05pm
Hi ,
Yes its good idea,but Current version of SSRS does support to write expressions for Conditional page breaks.
Hope Microsoft will get it resolved in the next version.
Hope you will understand
Thanks
Mahasweta
Free Windows Admin Tool Kit Click here and download it now
February 19th, 2008 2:09pm
Vote for it on the website that keeps 'forums' from the top of 'worst sites on the web' chart.https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=126895
February 19th, 2008 2:26pm
Hello,
Is this issue have been solved by now?
I'm facing the same problem.
Thaks
EyalEGol
Free Windows Admin Tool Kit Click here and download it now
February 10th, 2011 4:08am