<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Band > BackgroundBand > Method >SetEnable |
Sets whether to enable the component.
Prototype :
void SetEnable
(
bool Enable
)
Arguments :
Enable |
set to true to activate |
Reference :
If set to false, band scripts are executed but component scripts of the band are not executed. And by default, the band and its components are not 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