Refresh problem after rerender
Refresh problem after rerender
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....
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
Hello.
How do you refresh report in viewer?
Could you send us sample project which reproduces the issue?
Thank you.
How do you refresh report in viewer?
Could you send us sample project which reproduces the issue?
Thank you.
Re: Refresh problem after rerender
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.....
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.....
- Attachments
-
- StimulsoftRefreshIssue.zip
- (5.87 MiB) Downloaded 212 times
Re: Refresh problem after rerender
Hello.
Please, add next method after rendering of the second report
Thank you.
Please, add next method after rendering of the second report
Code: Select all
wpfViewerControl.UpdatePagesPlacement();
Re: Refresh problem after rerender
Ok, this is working..... thank you 

Re: Refresh problem after rerender
Hello.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.