【发布时间】:2014-09-24 15:01:39
【问题描述】:
我有一个 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 条记录后分页。那么我该如何实现呢。
我的分组图片是
【问题讨论】:
标签: reporting-services reporting rdlc ssrs-tablix dynamic-rdlc-generation