RDLC 矩阵的行号

Row Number for RDLC Matrix

我正在使用 RDLC 矩阵。我从数据集中获得的记录总数是 46,矩阵映射到 7 records.I 我正在使用以下表达式来计算未按预期工作的行数。

   =RowNumber(nothing)

试试这个:

=RowNumber(Nothing)/Count(Fields!AdmitCardNo.Value)