Is this possible (some totals on last page) ?

Stimulsoft Reports.NET discussion
Post Reply
mrapi
Posts: 282
Joined: Sat Dec 20, 2008 1:08 am

Is this possible (some totals on last page) ?

Post by mrapi »

Hi !
I have a report with one group (by id) :

id=1 ....
...(data)
TOTAL id 1 :
..........................
id=2
...(data)
TOTAL id 2 :
....................
id=n
...(data)
TOTAL id n :
.....................


is it possible to create a custom total on the last page/report summary of this report like that :

id1 : TOTAL : ...
id2 : TOTAL : ...
id3 : TOTAL : ...
......
idn : TOTAL : ...


Thanks a lot !
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Is this possible (some totals on last page) ?

Post by Edward »

Hi,

That is possible.

Please add the same bands as you have in the end of the page and set DataBand height to zero.

Similar report you can find in Demo.exe: 'All GroupFooters at End' in the 'Reports with Groups' group of reports.

Thank you.
mrapi
Posts: 282
Joined: Sat Dec 20, 2008 1:08 am

Is this possible (some totals on last page) ?

Post by mrapi »

This is great,thanks a lot !!!!
Post Reply