I am using a Report Viewer Page in a Asp Project, As my query is big i have Somany columns to be included in the Report viewer. But i am in a position that i cant increase the Page size of the Report to be Correctly fix the Entire Columns in the Report. Can any one help me on this.
我在Asp项目中使用报表查看器页面,因为我的查询很大,我有Somany列要包含在报表查看器中。但我的位置是,我无法增加报告的页面大小以正确修复报告中的整个列。谁可以帮我这个事。
Thanks in Advance, Regards Kalyan.
在此先感谢,问候Kalyan。
1 个解决方案
#1
1
The page size is stored in the .rdc/.rdcl file. Problem is if you change the page size dynamically you need to reposition and resize all the page elements. I posted a helper class that can adjust the page size on the MSDN forum.
页面大小存储在.rdc / .rdcl文件中。问题是如果您动态更改页面大小,则需要重新定位并调整所有页面元素的大小。我发布了一个帮助类,可以在MSDN论坛上调整页面大小。
#1
1
The page size is stored in the .rdc/.rdcl file. Problem is if you change the page size dynamically you need to reposition and resize all the page elements. I posted a helper class that can adjust the page size on the MSDN forum.
页面大小存储在.rdc / .rdcl文件中。问题是如果您动态更改页面大小,则需要重新定位并调整所有页面元素的大小。我发布了一个帮助类,可以在MSDN论坛上调整页面大小。