<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Band > DataBand > Method >SetFixPriorGroupHeader |
Sets whether to fix the prior group header.
Prototype :
void SetFixPriorGroupHeader
(
bool FixPriorGroupHeader
)
Arguments :
FixPriorGroupHeader |
set to true to fix the prior group header |
Example :
This.SetFixPriorGroupHeader(true);
Available Events :
OnInitialize