Tips, Tricks, and Fixes for when your computer doesn't do what it's told.

Saturday, January 29, 2011

Report Control Formatting in Firefox

When displayed on a Safari or Firefox, the ASP.NET ReportControl renders incorectly - like a small box in the corner. This can be fixed by setting the style in the control:


Style="display: table; margin: 0px; overflow: auto;" runat="server"

This suggestion can be found in the forum post:
http://social.msdn.microsoft.com/Forums/en-US/vsreportcontrols/thread/d5157c21-f271-4f17-bac4-3e27dbc9e0cf

No comments: