Greetings,
I am trying to figure out how to determine how many rows have been shown (running count) and have it displayed in my table footer in SSRS 2.0.
For example:
[Team Name][Player Name][Player Number][Position]
NY Homerunners - Joe Baseball - 12 - 1st Base
.....
...
[ Showing 13 players ] <-- Footer shows count of "13" thus far, next page would be 26 (e.g.)
When I try to use an expression like: ="Showing " & RowNumber("MyTablix") & "players." it just shows me my total row count on each page. The help says scope should be the containing group, but I don't think I have a containing group for the table footer. If I add a row within my group, it repeats after every data row.
Is it possible to do what I am trying to achieve in SSRS 2.0?
Thx,
Rob