在 ASP.NET 中的 ReportViewer 控件内调整 .rdl 报表的大小
我的 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
解决方案是将表格放置在矩形元素中。
The solution was to place the table in a rectangle element.
看起来您应该在报告本身中设置它 - 通过单击属性中的文本框,您应该选择 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.
解决方案是将 tablix 控件放置在矩形元素中。
The solution was to place the tablix control in a rectangle element.