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

 

IsLastPageSkip

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

IsLastPageSkip

 

 

Indicates whether not print the page footer on the last page.

 

 

 

Prototype :

 

bool IsLastPageSkip

(

        No Arguments

)

 

 

 

Example :

 

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

  _TraceLn("true");

} else {

  _TraceLn("false");

}

 

 

 

Available Events :

 

All Events