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