How to Show two tablix on each page of report viewer in C#

女生的网名这么多〃 提交于 2019-12-04 06:15:44

问题


I Have created a report in report viewer and I want to show two tablix on one page of report viewer.

For example if both tables have 10 rows to show then i want to show 5 rows of first table and 5 rows of second table on 1 page and rest of the rows show on next page like next 5 rows from first table and next 5 rows from second table.

How can I got this? Please Help me. Thanks


回答1:


You need to add some criteria to group by. For example, add pageNumber column to each of two datasets and then add group by this column to each table and set to page break by this value.



来源:https://stackoverflow.com/questions/25605438/how-to-show-two-tablix-on-each-page-of-report-viewer-in-c-sharp

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