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 -

c++ - Using Gtest how return different values in ON_CALL? -

asp.net core mvc - How important is the global.json and src folder? -