This is a migrated thread and some comments may be shown as answers.

Show Group Header just once

1 Answer 199 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
J
Top achievements
Rank 1
J asked on 19 Oct 2015, 12:27 PM

Hello,

 

I haven't found an answer to my problem although I don't think it is too hard to achieve what I want.

 I don't know how to show the Telerik.Reporting.GroupHeaderSection just once on every page. I don't want it to be shown after every break header if that is not a new page.

 I hope you can help me.

 

Thanks!

1 Answer, 1 is accepted

Sort by
0
Accepted
Nasko
Telerik team
answered on 21 Oct 2015, 03:25 PM
Hello J,

You can define a static group using an expression such as:

= "static string"

When the group is defined this way, its group header/footer section will be printed only once in the report. To force the group footer/header to be printed on every page, you need to set the GroupSection.PrintOnEveryPage Property to True.

Regards,
Nasko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
J
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or