I use a table to display my data, there maybe 2-3 pages, and I want to achieve the effect of cross-page calculations.
For example
The first page has 10 rows
Then the total number of the first page is 10
The second page has 20 rows
Then the total number for the second page is 30
How should I design it? I want to display this total on PageFooter
For example
The first page has 10 rows
Then the total number of the first page is 10
The second page has 20 rows
Then the total number for the second page is 30
How should I design it? I want to display this total on PageFooter