SI.39 RepletParameters Object

A RepletParameters object contains the replet parameter definitions. It is accessed through replet.parameters.create, and can be used to add or modify replet parameter definitions.

The replet.parameters.create.parameter array is available as a global property called parameter. Here is a list of system parameters that are available in the global parameter array:

Parameter Name

PURPOSE

_USER_

The string containing the user id.

_ROLES_

An array containing the role names. This can be used with the 'one-of' condition operator.

__principal__

Retrieves the SRPrincipal object in both report script and VPM triggers. Works in scheduled reports too.

__service_request__

Gets the HttpServiceRequest, only valid in a report script when run live by a user.

Replet.RunType

Returns the context of this report: live, pregenerated, or archive (if the SRO is re-executed due to ad hoc changes)

<< SI.38 ParentReport Object © 1996-2013 InetSoft Technology Corporation (v11.4) addBoolean(string, boolean) >>