【问题标题】:How to page break after specific Grouped record(Suppose 6) in rdlc?如何在 rdlc 中的特定分组记录(假设 6)之后分页?
【发布时间】: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


    【解决方案1】:

    转到组属性 -> 排序选项卡并删除选项中的一项

    【讨论】:

      猜你喜欢
      • 2012-05-15
      • 1970-01-01
      • 2012-07-07
      • 2018-10-03
      • 1970-01-01
      • 1970-01-01
      • 2013-11-08
      • 2022-12-22
      • 1970-01-01
      相关资源
      最近更新 更多