I am using ReportViewer in Visual Studio 2010. It renders fine in IE but not in Webkit (Chrome & Safari) browsers. The toolbar elements display in separate lines, as shown in the image. Is there a way to fix this without adding custom Javascript for styling?
开发者_Go百科Webkit (bad):
IE (good):
We've used the ReportViewer control in VS 2010 extensively with Google Chrome and other WebKit browsers fine.
The problem you are describing was common in the older versions of the reportviewer control, see here for a fix:
http://www.mazsoft.com/blog/post/2009/08/13/ReportViewer-control-toolbar-in-Google-Chrome-browser.aspx
But it is most likely a stray bit of CSS that is effecting the styling of the reportviewer control.
精彩评论