c# - Row Number for RDLC Matrix -


i using rdlc matrix. total number of record got data set 46 matrix map 7 records.i using following expression count number of rows not working expected.

   =rownumber(nothing) 

result of matrix

try this:

=rownumber(nothing)/count(fields!admitcardno.value) 

Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

javascript - Linking from page A to a specific iframe on page B -

java - Two interface have same method name with different return type -