<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Band > GroupHeaderBand > Method >SetGroupingFieldName |
Sets the grouping field name.
Prototype :
void SetGroupingFieldName
(
string GroupingFieldName
)
Arguments :
GroupingFieldName |
grouping field name |
Example :
This.SetGroupingFieldName("TotalAmount");
Available Events :
OnInitialize