<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Shape > Line > Method >SetLinkParam |
Sets the value of the form parameter for the report to be linked.
Prototype :
void SetLinkParam
(
string FormParameterName,
string FormParameterValue
)
Arguments :
FormParameterName |
form parameter name |
FormParameterValue |
form parameter value |
Reference :
Use SetLinkOption() to set the viewer parameter value.
Example :
//link sample.ozr and set form parameter values for report
This.SetLinkServer("127.0.0.1", 8003, "sample.ozr");
This.SetLinkParam("Title", "Sales by Region");
This.SetLinkParam("Region", "Seoul");
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind
See also :