Parameters passed to a report.

Property of

ReportViewer

Description

The params property contains an associative array that contains parameter names and values, if any, that are passed to the specified .REP file. The parameters are passed in the order they are assigned to the params property.

Normally, report parameters are assigned to the params array before setting the filename property; if they are assigned after setting the filename property, you must call the ReportViewer object’s reExecute( ) method to regenerate the report.