ControlBarView.clear

Syntax

clear (isDispose);

Parameters

isDispose. Determines whether to delete removed controls: True - delete, False - do not delete.

Description

The clear method clears regular report control bar.

Example

The example of use is given in description of the ControlBarView.add method.

See also:

ControlBarView