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.
What I ended up doing is creating an variable and setting it to 0 initially. In the BeforePrint event of the databand, I place the following expression grpNum = 0.
In the BeforePrint event of the CrossGroupHeader, I increment the variable by 1 with this expression... grpNum = grpNum + 1 and it gives me the results I need.