在一页上显示 ReportViewer 报告

发布于 2024-09-14 16:49:31 字数 169 浏览 0 评论 0原文

我正在使用 ReportViewer 2005 运行 ASP.NET/C# 3.5。我遇到一个问题,即报表吐出的部分数据被分成第一页和第二页。问题是大多数人没有注意到 ReportViewer 中的分页(我自己有一段时间甚至没有注意到它)。

有没有办法限制 ReportViewer 以便报表仅显示在一页上?

I'm running ASP.NET/C# 3.5 with ReportViewer 2005. I'm having an issue where part of the data that gets spit out by the report gets split into pages one and two. The trouble is that most people don't notice pagination in the ReportViewer (I didn't even notice it myself for a while).

Is there a way to restrict ReportViewer so that the report gets displayed on one page only?

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

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

发布评论

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

评论(1

一花一树开 2024-09-21 16:49:31

我发现的解决方法是在设计视图中选择“报告”并设置交互式高度/宽度属性。我将高度调整为 20 英寸,而不是默认的 11 英寸。

A workaround I've found was selecting the "Report" in design view and setting the Interactive Height/Width properties. I adjusted the height to 20 inches instead of the default 11 inches.

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