在 ASP.NET 中的 ReportViewer 控件内调整 .rdl 报表的大小

发布于 2024-08-02 01:15:30 字数 127 浏览 3 评论 0原文

我的 .rdl 报告具有固定大小的列,并且在 bi dev studio 的预览模式下看起来不错。 当在 ASP.NET 站点上的 ReportViewer 控件中查看时,它会缩小。 如何让它始终填充reportViewer控件的大小?

My .rdl report has columns of a fixed size and in preview mode of bi dev studio it looks ok. When viewed in ReportViewer control on asp.net site it shrinks. How can I make it always fill the size of the reportViewer control?

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

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

发布评论

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

评论(3

动次打次papapa 2024-08-09 01:15:30

解决方案是将表格放置在矩形元素中。

The solution was to place the table in a rectangle element.

假扮的天使 2024-08-09 01:15:30

看起来您应该在报告本身中设置它 - 通过单击属性中的文本框,您应该选择 CanShrink 为 false。

It looks like you should set it in the report itself - by clicking the textBox in the properties you should select CanShrink to false.

木格 2024-08-09 01:15:30

解决方案是将 tablix 控件放置在矩形元素中。

The solution was to place the tablix control in a rectangle element.

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