reporting services rdl文件如何不分页

进入rdl文件中的xml内容,找到<page></page>标签,在该标签中,添加如下属性,

<InteractiveHeight>0in</InteractiveHeight>
<InteractiveWidth>8.5in</InteractiveWidth>

设置之后,无论报表有多长,都只在一个页面上显示,无需分页.

posted @ 2015-09-24 17:53  青衫  阅读(368)  评论(0编辑  收藏  举报