Report.isAnyControlVisible

Syntax

isAnyControlVisible (sheetKey);

Parameters

sheetKey. Key of the sheet for which you check controls availability.

Description

The isAnyControlVisible method determines the availability of controls for the selected report sheet.

Comments

If this method returns True, controls for the specified sheet are available, otherwise there are no controls for the sheet.

Example

The example of use is given in description of the RibbonView.PropertyChanged event.

See also:

Report