最近刚接触RDLC报表,发现在打印布局模式下总是出现多余的空白页

最近刚接解reporting service发在在制作报表rdlc时,比水晶报表容易多了。

总发现了一个问题:

在打印预览时是正常的,但回到打印布局模式下就出现了多余的空白页了,即设置了reportViewer以下几个属性时

 this.reportViewer1.SetDisplayMode(Microsoft.Reporting.WinForms.DisplayMode.PrintLayout);
 

ZoomMode=Percent,

ZommPercent=100

就出现了空白页了,不知大家有没有遇过这种情况,是不是bug,还有没相关的解决方法,望大虾解答?

posted @ 2012-04-17 15:18  Sam Lin  阅读(2970)  评论(1编辑  收藏  举报