VS2010 Reportviewer header hides the menu on my ASP.NET 4.0 site
I have a webforms asp.net 4.0 app, with a Webcontrols.Menu on the Site.Master. This menu is configured as a DropDown menu.
On some of the pages I have a VS2010 ReportViewer on the page, and when it is rendered, the header row, of the report, will stay in front of the drop down menus.
Any ideas on how to fix this? Make the menus, render in front of the header? I 开发者_JS百科have looked at all the properties I could find for the header, or the rv webpart, but no luck yet.
It seems to be a CSS only problem. try playing with the stylesheet a bit or you can also change the z-index
property of the menu bar.
Hope This helps.
精彩评论