How to add total in the report

edited 5:13PM in FastReport .NET
I want to add a total amount in the report.
My structure is

AgentId CustId Name DepositAmount DepositeDate

I want to add sum(DepositAmount)<='Specified date' of a selected agent (i.e. group by agentid)

how to achieve this req?

Comments

Leave a Comment