TOC : Script API > JavaScript > JavaScript API > Component > ReportTemplate > Method >

 

SetTitle

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > ReportTemplate > Method >

 

SetTitle

 

 

Sets title of the report template.

 

 

 

Prototype :

 

void SetTitle

(

        string Title

)

 

 

 

Arguments :

 

Title

Title

 

 

 

Example :

 

ReportTemplate.SetTitle("Report");

 

 

 

Available Events :

 

OnInitialize,  OnStartBind,  OnStartUp