I have googled a lot about this but found nothing useful. This has been asked before here but noone has responded.
I have a tablix that presents grouped data with an amount column:
Tablix (data)
Name (group)
Amount (rows)
If the "Name" group spans more than one page I want to show a page total for the sum of the amounts present on the first page. On the next page the carried forward total of the previous page must be shown.
I have tried many things, especially with my custom assembly (like keeping a dictionary with the total of each group and in the footer of the report try to show the total etc). The thing that really messes up any implementation is the order where report's header, body and footer are "executed".
Any ideas or suggestions?