MS ReportViewer 限制行数,因此没有垂直滚动

发布于 2024-12-10 21:38:13 字数 169 浏览 0 评论 0原文

我们正在使用 .net reportview 控件并创建 RDLC 模板来在我们的应用程序中显示报告。输出似乎只是猜测在哪里添加分页符,因此用户必须滚动才能看到更多行。有没有办法让它在可见查看区域末尾之前添加一个中断,以便所有行都显示在屏幕上并添加一个中断?

所有这些都是使用 WPF 和 MVVM 完成的。

We are using the .net reportview control and creating RDLC templates to display reports in our application. The output just seems to guess where to add pagebreaks and as such the user has to scroll to see more rows. Is there a way to make it add a break before the end of the visible viewing area so that all the rows show up on screen and a break is added?

All of this is being done using WPF and MVVM.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一绘本一梦想 2024-12-17 21:38:13

在矩形组件中,根据您的喜好更改 PageBreak 属性。

In Rectangle Component change PageBreak property to your preference.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文