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!!!???
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!!!???