C.5 Passing a Parameter to a Report

To directly pass parameters to a report via the URL, prefix each parameter name with “&”. For example, if the parameter name is param1:

{servlet URL}?op=frameReplet&name={replet name}&param1=val1

e.g.,

http://localhost:8080/sree/Reports?op=frameReplet&name=OrderList&customer=Rutgers+Bank&salesperson=Eric

Note: to pass a value to a parameterized datasource, prefix the parameter name with “__HYPERLINK_”.

The transmitted parameter will be available in the report through the parameter script object and in parameterized filtering conditions.

See Also

parameter in Report Scripting, for information about accessing parameters.

Parameterizing a Condition in Report Design, for information on parametrizing filters.

<< C.4 Displaying a Report Chart as an Image © 1996-2013 InetSoft Technology Corporation (v11.4) C.6 Exporting a Report >>