<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Band > GroupHeaderBand > Method >IsEmptyDataBand |
Indicates whether the group header band is bound empty.
Prototype :
bool IsEmptyDataBand
(
No Arguments
)
Reference :
Group header band is also bound empty if group header band is bound empty. Hence, the
Example :
if(This.IsEmptyDataBand() == true) {
_TraceLn("true");
} else {
_TraceLn("false");
}
Available Events :
All Events