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

 

IsEmptyDataBand

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

IsEmptyDataBand

 

 

Indicates whether the data expander band is bound with no data (empty band) .

 

 

 

Prototype :

 

bool IsEmptyDataBand

(

        No Arguments

)

 

 

 

Reference :

 

If the repeat count of a data expander band is larger than the total of dataset rows, an empty band is repeated as may times as that differences. In this case, this function returns true.

 

 

 

Example :

 

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

  _TraceLn("true");

} else {

  _TraceLn("false");

}

 

 

 

Available Events :

 

All Events