如何限制rdlc报告表中的行数。 [英] How to limit number of rows in a rdlc report table.

查看:103
本文介绍了如何限制rdlc报告表中的行数。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个包含表项的报告。我需要在表项中显示30行是否有数据。是否有任何rdlc报表项的设置来执行此操作? 

我不会贬值产出,

Page 1
1
2
3


30

Page 2
31
32


60
Page 3
61



赞这个

解决方案

您可以在创建的组中定义

for例如组表达式设置为 Int((RowNumber(Nothing)-1)/ 30)将在每30行后中断页面。



参考这个

设置分页-后-A-数的-行

 I have a report that contains a table item.  I need to display 30 rows in the table item whether there is data.Is there any setting for a rdlc report table item to do this?

I wont to fllowing Output,
 
Page 1
1
2
3
.
.
30
 
Page 2
31
32
.
.
60
Page 3
61
.
.
 
Like This

解决方案

You can define that on group created
for e.g. group expression set to Int((RowNumber(Nothing)-1)/30) will break the page after each 30 rows.

refer this
set-page-break-after-a-number-of-rows


这篇关于如何限制rdlc报告表中的行数。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆