-1

How to add a row in stimulsoft that show just in last page?

(I have a row that show sum of a column in every page and I want to have a row that sum of that column in whole report that show just in last page not every page of report)

1 Answers1

0

use ReporSummaryBand and this will just show in last page of your report.

and use the following for sum of whole report:

{Sum(DataDataSource1,DataSource1.YourvalueVale)}
Eqbal Sohrabi
  • 826
  • 6
  • 23