<< Click to Display Table of Contents >> TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Region > Method >SetFixPosition |
Sets whether to fix the position.
Prototype :
void SetFixPosition
(
bool FixPosition
)
Arguments :
FixPosition |
true to fix the position |
Reference :
When a report expands horizontally, the region is printed with page margin from the second page. In this case, You can print the region from the second with the same position on the first page by enabling FixPosition. It works only when the RegionOutDirection property of the region is Horizontal, Normal, V Limit.
Example :
This.SetFixPosition(true);
Available Events :
OnBind