Report Viewer Toolbar Wraps

Have an ASP page using AJAX - have embedded the latest Microsoft Report Viewer control.  The page access various SSRS reports. The application works fine for most users, but in certain cases, the toolbar wraps and occupies about ten lines - using about half of the visible area.  Users affected by the problem are using IE7 and IE8.  When the toolbar is distorted like this, the buttons (Page, Export, etc) also seem inop. 

The problem does not seem to be related to the RDL; either all the reports work or none of the reports work.

Can this be a browser settings issue?  Something with the .Net framework?

 

December 23rd, 2010 4:04am

Hi SmeatonPM,

This is issue is might caused by the reportviewer's size or master page's size, so I would recommend you follow these points to troubleshoot the issue:

1. Modify the reportviewer's width to 100% just like below code:

    <rsweb:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Verdana" 
      Font-Size="8pt" Height="800px" Width="100%">
    </rsweb:ReportViewer>

2. Have a check to your master page's size, make sure it give the enough width for the sub page.

If the issue still exist, please give a feedback and post your demo picture to give more detail information.

Thanks,
Challen Fu

Free Windows Admin Tool Kit Click here and download it now
December 27th, 2010 5:25am

Have same problem in a master page set up.

I'm using the default Site.css in VS2012, web forms.  I removed a couple of sections and the problem went away.

    textarea {

        font-family: inherit;

        width: 500px;

    }

and this...

td {

    padding: 0.25em 2em 0.25em 0em;

    border: 0 none;

}

That's a  start!

August 10th, 2015 8:12pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics