TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Crosstab > Method >

 

SetListType

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Crosstab > Method >

 

SetListType

 

 

Sets whether the crosstab is list type.

 

 

 

Prototype :

 

void SetListType

(

        bool ListType

)

 

 

 

Arguments :

 

ListType

true for list type

 

 

 

Example :

 

This.SetListType(true);

 

 

 

Available Events :

 

OnBind,   OnInitialize,   OnStartBind