SI.34 RepletRequest Object

A report is created with optional replet request parameters. The parameters may be defined when a replet is registered with a server, or interactively entered by end users when the report is created. The request parameters can be accessed inside a script like the query parameters. The length of request parameters is given by request.length.

The report creation request parameters are stored in a JavaScript object, 'request'. The parameters can be accessed as properties in the object.

if(request.chartType == 'BAR') {

   Chart1.separatedStyle = Chart.CHART_BAR;

}

The request parameter values are read-only. Modifying the parameter values has no effect on the report creation process.

See Also

parameter, for an alternate method of accessing report parameters.

<< SI.33 Query Parameter Object © 1996-2013 InetSoft Technology Corporation (v11.4) SI.35 ReportSheet Object >>