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)
try this:
=rownumber(nothing)/count(fields!admitcardno.value) 
Comments
Post a Comment