Page sum............ problem

  • Thread starter Thread starter KRISH
  • Start date Start date
K

KRISH

Hi!
In my accounts package i want to print ledger-wise report.
In which i want to calculate page totals at the end.
anyone help me how to do it.

I tried placing two textbox controls in pagefooter, say
runsum and pagesum, then in PageFooterSection_Print I
addede a code like
Pagesum = runsum - x
x = runsum

The above is working fine but if i print a specific page
it is giving wrong totalling. kindly help.

Thanks

krish
 
Back
Top