<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Band > SideFooterExpanderBand > Method >SetEnable |
Sets whether to enable the component.
Prototype :
void SetEnable
(
bool Enable
)
Arguments :
Enable |
set to true to enable |
Reference :
If set to false, though band scripts are executed but component scripts are not executed. And by default, both of the band and components won't be printed to pages. But, if a page footer band, tail band, and side footer band were designed, they will be printed.
Example :
This.SetEnable(true);
Available Events :
All Events