Is it possible to count how many values or just rows in specific table field per page and also show last value per page? And print it out in a different field or footer? I'm working mainly with visual studio 2015.
Example:
The number of rows/values in NR field on this page should be 34, next page has 6 so it should be 6, and the page after that has 20 so it should be 20.
Number of the last value in this page should be 34, next page has 6 values so it should 40 and the page after that has 20 values so it should be 60.
*This post is locked for comments