ParamView.refreshAll

Syntax

refreshAll(reInit);

Parameters

reInit. Determines whether component will be redrawn. If this parameter is True the component is redrawn, if the parameter is False - it is not (default).

Description

The refreshAll method refreshes report parameter control.

Comments

Is identical to the ParamView.refresh method.

See also:

ParamView