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

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -