ReportViewer problem in google chrome
问题 I am using Reportviewer in my asp.net mvc (C#) application. In IE and Firefox, the reportviewer looks fine. But in Chrome, the header and body gets shrinked. I was able to correct the header display problem as suggested in http://www.mazsoft.com/blog/post/2009/08/13/ReportViewer-control-toolbar-in-Google-Chrome-browser.aspx. if ($.browser.safari) { $("#ReportViewerControl table").each(function(i, item) { $(item).css('display', 'inline-block'); }); } But the Body(Viewer) part still appears to