Report sum

Stimulsoft Reports.NET discussion
Post Reply
leif
Posts: 8
Joined: Sun Oct 21, 2007 4:17 pm

Report sum

Post by leif »

I want a total reportsum of the detail section in a master-detail report, but it is only adding the first line in each detail.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Report sum

Post by Vital »

You can use following expression:

Code: Select all

{Totals.Sum(NameOfDatasource, expression)}
Thank you.
Post Reply