Count rows of a filtered tablix in SSRS
问题 I want to show row count of my filtered tablix in a text-box inside my SSRS report header. I googled quite a bit but nothing helped. Suggestion at this link gives me count but that is restricted to count of rows coming on current page. Even if my result has 2 pages, I get count of rows in first page only. I also tried by adding a new column for row number and then show it's value in header's text-box but the problem remain same as above. I tried using global shared variables in report(I am