开发者

ASP.NET ReportViewer's nav toolbar doesn't show properly in Webkit browsers

开发者 https://www.devze.com 2023-03-23 16:30 出处:网络
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

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):

ASP.NET ReportViewer's nav toolbar doesn't show properly in Webkit browsers


IE (good):

ASP.NET ReportViewer's nav toolbar doesn't show properly in Webkit browsers


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消