如何为每页设置6个数字记录? [英] How to set number record per page for 6 ?

查看:129
本文介绍了如何为每页设置6个数字记录?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在rdlc报告工作



我的问题如何将每页的固定记录数设置为6条记录



详细部分我有矩阵,里面有矩形有我的数据



矩阵有组内的组我写的



=天花板(RowNumber(Nothing)/ 2)

它还有列组并在里面



=(RowNumber(Nothing)-1)Mod 2

我的输出结果我需要



每页报告



根据以下两栏显示6条记录



1001 1002



1003 1004



1005 1006



我的报告形象如下



文件共享和存储变得简单 [ ^ ]



我尝试过:



I work in rdlc report

My problem how to set fixed number of records per page to 6 records

in detail section i have matrix and inside it have rectangle have my data

matrix have rowgroup inside group i write

=Ceiling(RowNumber(Nothing) / 2)
and it have also column group and inside it

=(RowNumber(Nothing)-1) Mod 2
my out put result i need

every page in report

display 6 record based on two column as following

1001 1002

1003 1004

1005 1006

my image of report as below

File sharing and storage made simple[^]

What I have tried:

<pre>How to set number record per page for 6 ?

推荐答案

没有回复评论因此假设这是解决方案...

你有
No response to comment therefore assuming this is the solution...
You have
=Ceiling(RowNumber(Nothing) / 2)

(还有 Mod 2



如果你想要每页6行,你需要将它改为

(and also Mod 2.

If you want 6 rows per page your going to need to change it to

=Ceiling(RowNumber(Nothing) / 6)

。由于您的列分组,我认为您需要保留 Mod 2 位。没有足够的信息来帮助你进一步,除了建议用上面的两个建议进行实验。

. Because of your column grouping though I think you need to retain the Mod 2 bit. There's not really enough information to help you further, other than to advise experimenting a bit with the two suggestions above.


这篇关于如何为每页设置6个数字记录?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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