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

 

IsEmptyDataBand

<< Click to Display Table of Contents >>

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

 

IsEmptyDataBand

 

 

Indicates whether the group footer band is bound empty.

 

 

 

Prototype :

 

bool IsEmptyDataBand

(

        No Arguments

)

 

 

 

Reference :

 

Group footer band is also bound empty if group header band is bound empty. Hence,  the function return true when the group header band is bound empty.

 

 

 

Example :

 

if(This.IsEmptyDataBand() == true) {

  _TraceLn("true");

} else {

  _TraceLn("false");

}

 

 

 

Available Events :

 

All Events