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

 

SetDisplayName

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetDisplayName

 

 

Sets the display name.

 

 

 

Prototype :

 

void SetDisplayName

(

        string DisplayName

)

 

 

 

Arguments :

 

DisplayName

display name

 

 

 

Example :

 

ReportTemplate.SetDisplayName("Sales Report");

 

 

 

Available Events :

 

OnInitialize,  OnStartBind,  OnStartUp