Page 1 of 1

SumRunning(DataTable,Table.CREDIT)

Posted: Wed Oct 24, 2012 8:39 am
by ElhamJ
Hi
pls help me:
I have a report:
i want to limit my lines per page.
so i add this code to my dataTable rendering
___________________________________

myvariable += 1;
if (myvariable > 26)
{
myvariable = 1;
this.Engine.NewPage();
}
____________________________________
its working good.but i have a {SumRunning(DataTable,Table.CREDIT)} in my footerBand.
it dont sum last row of my page.
for example:
CREDIT
-------------
2
4
5
1
3

{SumRunning(DataTable,Table.CREDIT)} show 12.dont calculate 3.why?
thank you

Re: SumRunning(DataTable,Table.CREDIT)

Posted: Wed Oct 24, 2012 2:50 pm
by HighAley
Hello.

Please, send us a sample report template with data which reproduces the issue.

Thank you.