sum of columns on end of each page

Stimulsoft Reports.NET discussion
Post Reply
albloshi
Posts: 14
Joined: Wed Sep 01, 2010 5:39 am
Location: K.S.A

sum of columns on end of each page

Post by albloshi »

Greetings dear,

I av a dataset table which has following columns
ClientName, Clearing fees, Clearing Expense, clearing income

I am using databand to show these columns.

I want to have the totals at the end of each page

for example
. . . .
Client xyx 350 50 300
client abc 400 60 340
-----------------------------
Page total 750 110 640

and I don't know how much data can be on each page....

reply urgently

thanks in advance
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

sum of columns on end of each page

Post by Jan »

Hello,

Please use following expression in text expression of components palced on page footer:

Code: Select all

{cSum(DataBand1, expression)}
Thank you.
Post Reply