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

 

SetSummaryType

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetSummaryType

 

 

Sets the summary type of the summary label.

 

 

 

Prototype :

 

void SetSummaryType

(

        string SummaryType

)

 

 

 

Arguments :

 

SummaryType

refer to SummaryTypeConst

 

 

 

Reference :

 

Label data type should be the summary type.

 

 

 

Example :

 

//string

 This.SetSummaryType("Sum");

 

//constant

 This.SetSummaryType(SummaryTypeConst.Sum);

 

 

 

Available Events :

 

OnInitialize,  OnStartBind

 

 

 

See also :

 

SummaryTypeConst