<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Band > DummyHeaderBand > Method >IsStopAtPageEnd |
Indicates whether to print the dummy band to the end of the page.
Prototype :
bool IsStopAtPageEnd
(
No Arguments
)
Example :
if(This.IsStopAtPageEnd() == true) {
_TraceLn("true");
} else {
_TraceLn("false");
}
Available Events :
All Events