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

 

SetLastPageSkip

<< Click to Display Table of Contents >>

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

 

SetLastPageSkip

 

 

Enable or disable printing the page footer band on the last page.

 

 

 

Prototype :

 

void SetLastPageSkip

(

        bool LastPageSkip

)

 

 

 

Arguments :

 

LastPageSkip

set to true to not print the page footer band on the last page

 

 

 

Example :

 

This.SetLastPageSkip(true);

 

 

 

Available Events :

 

OnInitialize,   OnStartBind