-
Zooming
I am using CR XI R2 in my asp.net 2.0 application.
My report is functioning properly, but the only thing is that whenever I try to change the zoom, the page gets posted back and it is displayed at 100% zoom, which is the default zoom value.
Any suggestions??
-
Re: Zooming
Well what zoom level are you trying to set it to. In my application I set the CrViewer.ZoomLevel = 1
This is using a crystal reports viewer in a .net application and this sets the zoom level to fit width.
-
Re: Zooming
well, i am using the toolbar available in CR viewer. actually, the page is getting postedback whenever i change the zoom option from the drop down.
-
Re: Zooming
Are you setting the zoom level in your code somewhere that would override what the viewer control is doing?
-
Re: Zooming
no...i am not setting the zoom in my code....its done by the user by selecting the option in toolbar.