TOC : Script API > JavaScript > JavaScript API > Component > Report > Method >

 

SetBottomFreezePaneSize

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Report > Method >

 

SetBottomFreezePaneSize

 

 

Sets the bottom freeze pane size.

 

 

 

Prototype :

 

void SetBottomFreezePaneSize

(

        float BottomFreezePaneSize

)

 

 

 

Arguments :

 

BottomFreezePaneSize

Bottom freeze pane size

 

 

 

Reference :

 

This is only supported on the ActiveX 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.SetBottomFreezePaneSize(100);

 

 

 

Available Events :

 

OnBind,  OnInitialize,  OnStartBind