<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Report > Method >SetTopFreezePaneSize |
Sets the top freeze pane size.
Prototype :
void SetTopFreezePaneSize
(
float TopFreezePaneSize
)
Arguments :
TopFreezePaneSize |
Top freeze pane size |
Reference :
This is only supported on the ActiveX and iOS Viewer.
FreezePaneSize does not include margin space.
For instance, if margin is 100 and FreezePaneSize is 200, FreezePaneSize position in the preview window will be 300.
Example :
This.SetTopFreezePaneSize(100);
Available Events :
OnBind, OnInitialize, OnStartBind