Page 1 of 1

Refresh problem after rerender

Posted: Thu Sep 26, 2013 1:14 pm
by LukasT
Hello,
in version of Stimulsoft Reports.Wpf 2013.2.1617 is some bug, which causes that if I have in WpfViewerControl some report and I switch orientation of page and render (RenderWithWpf) it again, then Viewer refresh only content of page, but page is still with old orientation. Viewer will refresh page orientation only after I change for example zoom.
I am sorry, but I am not able to do some example now...
Previous version, which I had was 2013.1.1512 - there it was OK....

Re: Refresh problem after rerender

Posted: Fri Sep 27, 2013 5:40 am
by HighAley
Hello.

How do you refresh report in viewer?
Could you send us sample project which reproduces the issue?

Thank you.

Re: Refresh problem after rerender

Posted: Fri Sep 27, 2013 9:16 am
by LukasT
Hello,
see attached example solution.... please, make assembly references to Stimulsoft dlls of version 2013.2.1617.0, run it and after start push "Landscape" button on top of window.....

Re: Refresh problem after rerender

Posted: Mon Sep 30, 2013 11:36 am
by HighAley
Hello.

Please, add next method after rendering of the second report

Code: Select all

wpfViewerControl.UpdatePagesPlacement();
Thank you.

Re: Refresh problem after rerender

Posted: Mon Sep 30, 2013 12:26 pm
by LukasT
Ok, this is working..... thank you ;-)

Re: Refresh problem after rerender

Posted: Tue Oct 01, 2013 6:07 am
by HighAley
Hello.

We are always glad to help you.
Let us know if you need any additional help.

Thank you.