<< Click to Display Table of Contents >>
connection.inputjson
Sets the input component value to viewer parameter.
Reference
The value that is set as a parameter when the report is bound is applied as the input component value. However, when you set the input component value from the OnAddToPage and OnEndBind events using Java Script, the value set with JavaScript is applied, not the parameter value.
Please set the input component value to "FormID":"Component value" in JSON format. But, if FormID is not set, set to the "Component name":"component value" format.
If you set the parameter value to a format other than JSON or there is a duplicated value in FormID or component, the parameter is not applied.
To use the value set by this parameter in JavaScript, please enter the script in the following format in the OnBind event.
This.GetDataSetValue("OZInputJSON.FormID"); |