本文介绍了SAP Crystal Report VS 2010 - DrillDown时不应用用户缩放设置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

SAP Crystal Report VS 2010 - DrillDown时缩放设置不一致



我尝试使用Zoom(Int32 ZoomLevel)API为报告设置缩放%



例如:

crystalReportViewer.Zoom(1); //设置为页面宽度



以上工作正常。但是,在深入查看报告的同时,((即)双击DrillDownable部分),缩放更改为100%。



如何保持相同的缩放所有向下钻取页面的设置?

SAP Crystal Report VS 2010 - Zoom settings are not consistent when DrillDown

I tried to set Zoom% for the Report using Zoom(Int32 ZoomLevel) API,

Example:
crystalReportViewer.Zoom(1); //Sets to Page Width

The above works fine. But, While Drill down the Report, ((i.e) Double Clicking on the DrillDownable Section), the Zoom changed to 100%.

How can I keep the same Zoom settings for across all Drill Down pages?

推荐答案


这篇关于SAP Crystal Report VS 2010 - DrillDown时不应用用户缩放设置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-23 06:24