Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CRviewer zoom level cannot be changed

Status
Not open for further replies.

oguraja

Programmer
Jun 14, 2003
124
US
CR: 8.5 RDC
Delphi

hi all,

i need to save the zoom level of the CRViewer whenever the user change the zoom level in the toolbar. And then when the report is completely reloaded in the CRViewer, the zoom level of the CRViewer is set to the value selected by the user.

I used the following viewer method to set the zoom level.

CRViewer.Zoom(ViewerZoomLevel);

Inorder to get the Zoom value selected using the toolbar i used "CRViewerZoomLevelChanged" event.

But whenever i set the zoomLevel , it just again changes to 100% after the reload.

Any suggestions to make it work!!!???

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top