How to show the Heading of a Sub-Report on each page?

假装没事ソ 提交于 2019-12-13 15:14:08

问题


What property do i need to set in the C1Report Designer to display the heading of my sub report on each new page.

Repeat = true

With that property set, the sub report does not show the heading on each new page. It does work fine for the Main Report tho.


回答1:


You need to add a Grouping on the primary key field for the sub-report. Then check the header and footer section. Then set the repeat = true for the header and footer section.



来源:https://stackoverflow.com/questions/5431497/how-to-show-the-heading-of-a-sub-report-on-each-page

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