How to get the SUM() of group footer section into the Report footer section

Stimulsoft Reports.NET discussion
Post Reply
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

How to get the SUM() of group footer section into the Report footer section

Post by Alex K. »

Hello,

If you use the Group section of the summation over any field, you can use the

Code: Select all

{Totals.Sum(DataSource, DataSource.Field)}
If you use an arbitrary value, it is necessary to use variables, and sum them in the event.

Thank you.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

How to get the SUM() of group footer section into the Report footer section

Post by Alex K. »

Hello,

Thank you for let us know the result.
Let us know if you need any additional help.

Thank you.
Post Reply