Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 224341
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T19:18:27+00:00 2026-05-11T19:18:27+00:00

Report viewer width/height is not display properly in Mozila Firefox , but perfectly displayed

  • 0

Report viewer width/height is not display properly in Mozila Firefox, but perfectly displayed in IE. Dispaly size in Mozila is 450 width and 175 height and perfectly in IE shown in full page. I have set width in px instead of %age but getting same.
Does anyone have solution of this issue?
here is my .aspx page source

 <form id="form1" runat="server">
<div id="divException" runat="server" style="text-align: center; padding-top: 100px"
    visible="false">
    <asp:Label ID="lblException" runat="server" Text="Sorry, no data found!!!" Font-Size="Large"
        ForeColor="Red"></asp:Label>
</div>
<div style="height: 100%; width: 100%;">
    <rsweb:ReportViewer ID="rptvReport" runat="server" Width="100%" Height="95%">
    </rsweb:ReportViewer>
</div>
</form>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T19:18:28+00:00Added an answer on May 11, 2026 at 7:18 pm

    Very Tricky solution……

    Adding this style, resolve the problem, but some features missing as Microsoft pointed
    http://msdn.microsoft.com/en-us/library/ms156511.aspx

     <style type="text/css">
        html, body, form
        {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        }
        table#rptvReport
        {
            display: table !important;
            background-color:White;
            min-height:500px;
        }
    </style>
    

    where this is rptvReport the ID of the ReportViewer, here should be set the ID of your ReportView control.
    Actually what was the problem here is, When report is rendered a table has style property like

    style="display:inline-block"
    

    that is creating problem, what I have did here is changing this into

     display: table !important;
    

    and that resolve the problem

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to display different with a single a report viewer such that
WE developed system integrated with crystal Reports, with Crystal Report viewer on page. but
i'v got a problem with the Report Viewer form .NET 2008. I'ave to get
I have an asp.net (2.0) page with a crystal report viewer. I use the
The report viewer doesn't seem to work in asp.net projects in VS 2010. You
I have an Availability Report Viewer control bound to a LinqDataSource: <MyReport:ReportViewer ID=rvAvailabilty runat=server
How to bind data source to Report Viewer. I am using report viewer and
I am embedding a report into my ASP.NET app using the report viewer control.
Some of our reports aren't displaying properly in Firefox - the first column lacks
I recently installed the Report Viewer SP 1 patch and I still was unable

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.