Creating reports and dashboards | Stimulsoft community forum
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
I would like to have the bootom line of the group even when the group is splitted in different pages... (now I'm using group footer, but doesn't completely work in this case)
You can use the Rectangle component. The top of the rectangle you must put on the GroupHeader and the bottom of the rectangle you must put on the GroupFooter.
You can use the Footer instead the GroupFooter. Set the "PrintOnAllPages" = "True", "PrintatBottom" = "True" for the Footer. Then put the bottom of the rectangle on the bottom of the Footer.