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

时间:2022-07-10 08:05:25

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?

我的.rdl报告具有固定大小的列,并且在bi dev studio的预览模式下看起来没问题。在asp.net网站上的ReportViewer控件中查看时,它会缩小。如何使它始终填充reportViewer控件的大小?

3 个解决方案

#1


2  

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

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

#2


0  

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

看起来你应该在报告中设置它 - 通过单击属性中的textBox,你应该选择CanShrink为false。

#3


0  

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

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

#1


2  

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

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

#2


0  

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

看起来你应该在报告中设置它 - 通过单击属性中的textBox,你应该选择CanShrink为false。

#3


0  

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

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