Page break on a RDLC Report Table

最后都变了- 提交于 2019-12-10 11:46:07

问题


I have a Table on a RDLC Report. The number of table's rows increases dinamically according to my dataset. When I print my report to a PDF document, if the cell's text is too 'big', it prints every table on the next page of the document. All I need is to break the table whenever it will be necessary. How can I do that? Any ideas ? I've tried to set both table and textbox's Keep Together property to False and it dosent's worked out...


SOLUTION:

On the bottom of report designer there are a Row Groups and Column Groups area. I set this are to Advanced Mode. Then, I change every group KeepTogether property to False. After that, I change every Static KeepTogether property to False and KeepInGroup to None.


Thank you in advance.

Best regards, Maria

来源:https://stackoverflow.com/questions/15620231/page-break-on-a-rdlc-report-table

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