Totals by page
Posted: Wed Jul 19, 2006 3:01 am
Is it possible to calculate totals not by report, but by page? How?
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.
https://forum.stimulsoft.com/
Yes, it is possible. Please use "c" letter in front of aggregate function name. For example: cSum() instead of Sum(). You can place this functions on Footer band, Header band or at any other place of Page.Alex wrote: Is it possible to calculate totals not by report, but by page? How?