TOC : Script API > JavaScript > JavaScript API > Component > Report > Method >

 

SetEnable

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Report > 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 scripts of the report are executed, but the report is won't be printed.

 

 

 

Example :

 

This.SetEnable(true);

 

 

 

Available Events :

 

OnBind