Friday, March 30, 2012

Remove Help icon from the Toolbar

Hi,
I am trying to hide the help icon from the Toolbar, and i used a stylesheet to control it.
.ToolbarHelp
{
display: none;
}
The strange thing is that when i call the report in my asp.net page directly in the server machine, the help icon is removed, but when i view it in another machine, it doesn;t seem to work.
Any idea what went wrong?


Did you verify the path to the style sheet?

No comments:

Post a Comment