Group Header/ Footer repeatation while report render multiple tile

1 Answer 11 Views
.NET Core Binding DataSource SQL Filtering Grouping Rendering Report Designer - Web Report Viewer - MVC Styling SubReport
Dipesh
Top achievements
Rank 1
Dipesh asked on 14 Oct 2025, 08:20 AM

i Have a report in which i pass a list from backend so that report render multiple time 
In Which i have multiple lists inside single list element, I want group header and footer for each list inside the main list element 
but i dont want group header and footer at every page 

when first time report renders , first group header prints and then list prints and then footer print after the list at the bottom of that page and page break after the footer and then repeat same for  the second list 

so how can i do that

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 16 Oct 2025, 12:44 PM

Hello Dipesh,

If I understand correctly, each new list should start on a new page, is that correct?

In that case, you may set the PageBreak property of each group footer to After. This way, when a list item ends, a page break will be inserted manually, and the next list will start on a new page.

If your goal is different, please send me a copy of your report demonstrating the current behavior, and an image of how the data should be displayed instead, so that I can have a better idea of what you are trying to achieve.

I hope that the suggested solution will help.

Regards,
Dimitar
Progress Telerik

Your perspective matters! Join other professionals in the State of Designer-Developer Collaboration 2025: Workflows, Trends and AI survey to share how AI and new workflows are impacting collaboration, and be among the first to see the key findings.
Start the 2025 Survey
Tags
.NET Core Binding DataSource SQL Filtering Grouping Rendering Report Designer - Web Report Viewer - MVC Styling SubReport
Asked by
Dipesh
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or