| 
       << Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Shape > Arrow > Method >SetLinkServer | 
    
Request a report to OZ daemon type server.
Prototype :
void SetLinkServer
(
string ServerIP,
integer PortNumber,
string ReportFilePath
)
Arguments :
ServerIP  | 
IP of daemon type server  | 
PortNumber  | 
port number of daemon type server  | 
ReportFilePath  | 
Report File Path  | 
Example :
This.SetLinkServer("127.0.0.1", 8003, "sample.ozr");
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind