3

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.

Willem
  • 9,166
  • 17
  • 68
  • 92

1 Answers1

2

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.

Willem
  • 9,166
  • 17
  • 68
  • 92