TOC : Script API > JavaScript > JavaScript API > Component > Band > DataHeaderExpanderBand > Method >

 

SetInvisible

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Band > DataHeaderExpanderBand > Method >

 

SetInvisible

 

 

Sets whether the component to be invisible.

 

 

 

Prototype :

 

void SetInvisible

(

        bool Invisible

)

 

 

 

Arguments :

 

Invisible

set to true to not print

 

 

 

Reference :

 

If set to true, though script of band and its components are executed but, the band and its 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.SetInvisible(true);

 

 

 

Available Events :

 

All Events