在 SSRS 2008 中呈现报告时如何设置每页 20 条记录?
问题描述:
我使用 Tablix 数据区域在 SSRS-2008
中创建了报告.
I have created Report in SSRS-2008
using Tablix Data region.
我的数据集返回 1000 行.渲染为 pdf 时,我必须每页显示 20 行.
My dataset returning 1000 rows. When rendering into pdf i have to display 20 rows per page.
我是 SSRS 的新手,所以请向我解释分步解决方案.
答
转到属性并找到:
报表、页面--->InteractiveSize--->高度
将高度属性更改 5.5,您将能够每页显示 20 行.
Change the height properties by 5.5 and you will be able to show 20 rows per page.