How to move Tablix row to the next page?

北战南征 提交于 2020-03-06 10:52:29

问题


Is it possible to set up Tablix somehow or via code so the entire row will be moved to the next page instead of placing between two? MS Word can do it easily...

Reading of http://msdn.microsoft.com/en-us/library/dd239384.aspx is not helping...


回答1:


You can set a group and call it 'NumberOfRows' Then you can use the =Floor((RowNumber(Nothing) - 1)/NumberOfRowsYouWant) on that groups expression.

Here are some links: http://jeffprom.com/2012/05/11/ssrs-page-break-after-x-number-of-rows/ http://hussain-msbi.blogspot.com/2012/07/page-break-at-nth-row-in-ssrs-report.html



来源:https://stackoverflow.com/questions/27798808/how-to-move-tablix-row-to-the-next-page

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!