In my first page the pageheader does not show any value because it hasn't print nothing yet, but in the next pages the pageheader prints the accumulated value until that point.
The PageFooter always shows values so in the first page shows accumulated value for the detail in that page, in the next page shows, accumulated page1 + accumulated page2 and so on.
Problem is that, sometimes not always, in my page footer or pageheader the values include one extra detail. For instance im my page1 i have 2 items, and so the pagefooter should display item1+item2 but it shows item1+item2+item3 instead, although item3 is in page2
I use a manual running total already and this problem occurs. I think the problem is because of my detail section showing a description which has size undefined
item1 Value
Description
and in my report i have in detail section not to keep together. Maybe thats the problem.
Thanks for your help!