Changing the ZoomFactor in a CrystalReportViewer
-
How do I set the Zoom Factor for a CrystalReportViewer to a new zoom level (i.e., 35% or 80%)? I have tried the following code, but the CrystalReportViewer still opens 100%. Any ideas? // This is just a short example - my code will pull the value from a config setting int zoomFactor = 50; this.crystalReportViewer1.Zoom(zoomFactor) ; Code Toad "Take one line of code at a time"
-
How do I set the Zoom Factor for a CrystalReportViewer to a new zoom level (i.e., 35% or 80%)? I have tried the following code, but the CrystalReportViewer still opens 100%. Any ideas? // This is just a short example - my code will pull the value from a config setting int zoomFactor = 50; this.crystalReportViewer1.Zoom(zoomFactor) ; Code Toad "Take one line of code at a time"