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

 

SetSystemFieldName

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetSystemFieldName

 

 

Sets the system field name of a system label.

 

 

 

Prototype :

 

void SetSystemFieldName

(

        string SystemFieldName

)

 

 

 

Arguments :

 

SystemFieldName

refer to SystemFieldNameConst

 

 

 

Reference :

 

Label must  have the 'system' data type.

 

 

 

Example :

 

//string

 This.SetSystemFieldName("PageNumber");

 

//constant

 This.SetSystemFieldName(SystemFieldNameConst.PageNumber);

 

 

 

Available Events :

 

OnInitialize

 

 

 

See also :

 

SystemFieldNameConst