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
SumRunning(DataTable,Table.CREDIT)
Re: SumRunning(DataTable,Table.CREDIT)
Hello.
Please, send us a sample report template with data which reproduces the issue.
Thank you.
Please, send us a sample report template with data which reproduces the issue.
Thank you.