Thumbnails not appearing on first render in 2018.2.3
Posted: Tue Sep 11, 2018 4:36 am
We are currently facing an issue with the reports suite v2018.2.3 where the first time the Thumbnails button is pressed, an empty viewer is displayed with no thumbnails.
If the report is refreshed or the thumbnails toggled off and on again, they render correctly.
I have not been able to demonstrate the issue in the demo application you provide.
When the user clicks the Thumbnails button, we execute this piece of code only against the viewer:
m_stiWpfViewerControl.InvokeThumbnailsSwitch();
I had a quick look at the differences between the broken and working situations and the main difference I can see is that scrollViewerThumbnails.ViewportWidth and ViewportHeight are both 0 when it doesn't work correctly but they are populated with positive non-0 values when it is working.
Do you have any ideas on what might cause this behaviour and how we can look at resolving this?
If the report is refreshed or the thumbnails toggled off and on again, they render correctly.
I have not been able to demonstrate the issue in the demo application you provide.
When the user clicks the Thumbnails button, we execute this piece of code only against the viewer:
m_stiWpfViewerControl.InvokeThumbnailsSwitch();
I had a quick look at the differences between the broken and working situations and the main difference I can see is that scrollViewerThumbnails.ViewportWidth and ViewportHeight are both 0 when it doesn't work correctly but they are populated with positive non-0 values when it is working.
Do you have any ideas on what might cause this behaviour and how we can look at resolving this?