Show contents 

Working with Regular Report > PP.Prx > Classes > Control > Control.VisibleOnSheets

Control.VisibleOnSheets

Syntax

VisibleOnSheets: Array;

Description

The VisibleOnSheets property returns the list of sheets for which the control is displayed.

Comments

The property is returned using the getVisibleOnSheets() method.

It is used for internal implementation of the ReportBox component.

See also:

Control