我有一个 3 级分组表,并且希望在组大小超过 6 时分页。
我使用了带有排序表达式的父组,例如
System.Math.Ceiling((RowNumber(Nothing)-1)/6)+1
但它给出了一个错误
The definition of the report 'D:\WebServicesDemo\VStM\VStM\RdlcReports\ListUser.rdlc' is invalid.
A sort expression for tablix ‘Tablix4’ uses the RowNumber function. RowNumber cannot be used in sort expressions.
我只想在 6 条记录后打破页面。所以我怎么能做到这一点。
我的分组图像是