Posted 5 December 2024, 2:53 pm EST
I am using Active Reports 17 to create a code-based section report.
I have a GroupHeader section with RepeatStyle = OnPage so that when a group contains many details across several pages we see the group’s name at the top of each page.
I would like to add a Label beside the GroupHeader’s TextBox to display “Continued” but only on subsequent pages, not on the first page that the group name was displayed.
For example:
Group A
-----Detail 1
-----Detail 2
-----Detail 3
-----Detail 4
Group B
-----Detail 5
-----Detail 6
-----Detail 7
-----Detail 8
[New Page]
Group B (Continued)
-----Detail 9
-----Detail 10
-----Detail 11
-----Detail 12
Is there a way to make this happen?
John