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

 

SetRightFreezePaneSize

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetRightFreezePaneSize

 

 

Sets the right freeze pane size.

 

 

 

Prototype :

 

void SetRightFreezePaneSize

(

        float RightFreezePaneSize

)

 

 

 

Arguments :

 

RightFreezePaneSize

Right 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.SetRightFreezePaneSize(100);

 

 

 

Available Events :

 

OnBind,  OnInitialize,  OnStartBind