Aleskey, I am using version 2012.3.1500.0.
I have a Silverlight Child Window display the report. The Child Window is opened at 95% of the browser's height and width.
The report being displayed is being loaded from the service via WCF.
Here are three screenshots that (I hope) illustrate the problem. If I open the report and click the bookmark button to hide the bookmark pane then it shows as many pages of the report that fit into view (three, in this case).
If I then click the bookmark button it displays the bookmark pane, which pushes the right-most page part way off the screen, but then it automatically readjusts the layout so that the pages are smaller so that all three fit on screen.
However, when the Child Window
first loads the bookmark pane is displayed and the three pages are rendered
as if the bookmark pane wasn't being displayed. This causes the right-most page to be cut off. Because the pages then aren't auto-resized (as they are in the second screenshot) the result is a layout that has the right-most page cut off, as shown below.
Does this make it clearer? If I am forced to have the bookmark pane displayed when the report first loads that is fine as long as I can have it auto-resize the report so that the right-most page isn't cut off initially.
Thanks