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

 

IsEmptyDataBand

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

IsEmptyDataBand

 

 

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

 

 

 

Prototype :

 

bool IsEmptyDataBand

(

        No Arguments

)

 

 

 

Reference :

 

If the repeat count of a data 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