Crystal报告子报表数据应出现在最后一页中

时间:2014-07-21 08:19:29

标签: crystal-reports

我有一份报告,其中包含许多子报告。在其中一个子报告中,有一个说明

的公式

"if the text data is more than 500 charcters, it will spill over to the next page" .

我想要做的是,如果子报告中的数据超过500个字符,它应该在报告的最后一页上,而不是下一页。应在报告末尾生成新页面,该数据应显示在该页面上。

1 个答案:

答案 0 :(得分:0)

一个出路就是:

  1. 在saperate部分中获取子报告,并在最后一页有条件地强制supressdisplay

  2. 转到该部分的专家,然后转到公式编辑器。

    if (PageNumber=TotalPageCount)
    then true
    else false
    
  3. 转到Paging

    X-2部分专家New page Before标签
    if (PageNumber=TotalPageCount)
    then true
    else false