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

问题描述

大家好,

我正在使用Visual Studio 2008.如何在rdlc reportviewer中将每行显示的行数设置为50或100.


在此先谢谢您

Hi All,

Im using Visual studio 2008 .How can i set number of rows to 50 or 100 to be displayed per page in rdlc reportviewer.


Thanks in advance

推荐答案

=Int((RowNumber(Nothing)-1)/50)



有关更多详细信息,请参见下面的链接:

报表表达式 [ ^ ]

希望这会有所帮助.



For more details refer the link below :

Report Expressions[^]

Hope this helps.


这篇关于如何在报表查看器中设置每页的行数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-17 22:32