微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

报表服务 – HTML呈现中的单页显示:SSRS

我有一份SSRS报告.我正在使用分组,我的报告有n个页面.
是否可以在一个页面中将报表的html显示出来,并且导出的版本(pdf,excel)有分页符).任何想法.请分享一些想法.

提前致谢
安娜

解决方法

简短的答案:设置InteractiveHeight = 0

According to Microsoft

Soft page breaks are calculated at run
time by the control. Although it is
not recommended,you can disable soft
page breaks by setting
InteractiveHeight to 0.

InteractiveHeight and InteractiveWidth
are used by the HTML rendering
extension to provide the equivalent of
PageHeight and PageWidth. Because the
HTML output format dynamically resizes
a report to accommodate drilldown,
drillthrough,and show/hide features,
the report server uses different
properties to support pagination on
dynamic pages.

编辑评论答案:在布局模式下,打开“属性”面板. “属性”面板的顶部是一个下拉列表,用于选择您正在查看的控件的属性,选择“报告”,然后找到包含“交互式高度”属性的“交互式大小”.

原文地址:https://www.jb51.cc/html/224443.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐