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

 

SetLeftFreezePaneSize

<< Click to Display Table of Contents >>

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

 

SetLeftFreezePaneSize

 

 

Sets the left freeze pane size.

 

 

 

Prototype :

 

void SetLeftFreezePaneSize

(

        float LeftFreezePaneSize

)

 

 

 

Arguments :

 

LeftFreezePaneSize

Left 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.SetLeftFreezePaneSize(100);

 

 

 

Available Events :

 

OnBind,  OnInitialize,  OnStartBind