ToolBar.setActionVisible(name,boolean)
Sets the visibility of the specified report button. Use 'ALL' as the 'name' parameter to apply to all buttons.
Parameter
name Name of a custom or default button:
"PAGE DISPLAY"
"FIND"
"FIND_NEXT"
"PDF EXPORT"
"EMAIL"
"PRINT"
"SERVER PRINT"
"REPORT EXPLORER"
"EXPORT"
"REFRESH"
"RETURN"
"CUSTOMIZE"
"SAVE AS"
"AD HOC"
"ZOOM"
"REPORT NAME"
"CLOSE"
"ALL" or "all"
boolean true, to make the button visible
false, to make the button invisible
Example
Toolbar.setActionVisible("REPORT EXPLORER",false);
| << ToolBar.isActionVisible(name) | © 1996-2013 InetSoft Technology Corporation (v11.5) | SI.30 PageBreak Event Object >> |