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

 

SetFirstPageSkip

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetFirstPageSkip

 

 

Enable or disable printing the page header band on the first page.

 

 

 

Prototype :

 

void SetFirstPageSkip

(

        bool FirstPageSkip

)

 

 

 

Arguments :

 

FirstPageSkip

set to true to not print the page header band on the first page

 

 

 

Example :

 

This.SetFirstPageSkip(true);

 

 

 

Available Events :

 

OnInitialize,   OnStartBind