SI.33 Query Parameter Object

If a report has embedded query binding, the parameters used by the queries are accessible as properties in a 'parameter' object. Each parameter is a property in the 'parameter' object and can be accessed using regular JavaScript object property notation.

text = "Customer list for " + parameter.state;

The parameter values can be modified by onLoad Handler script. The modifications made in an onLoad script will be used when the queries are executed. Modifications made in all other scripts are not effective in queries.

<< repletRequest © 1996-2013 InetSoft Technology Corporation (v11.4) SI.34 RepletRequest Object >>