Our company utilizes Microsoft ReportViewer 11 to showcase our business reports. When implementing it on our aspx page, we simply add the following code:
<rsweb:ReportViewer ID="ReportViewer" runat="server" Width="830px" Height="800px" />
Initially, everything worked smoothly until our clients updated from IE 10 to IE 11. With IE 10, reports displayed correctly within the specified dimensions, with scrollbars appearing when the report exceeded the boundaries. This functionality also remained consistent in Firefox and other browsers. However, when switching to IE 11, the report extended beyond the defined parameters without displaying scroll bars, even when compatibility mode was activated.
Keep in mind that we have installed all service packs and the latest reportviewer 2012 runtime version.