Report.isAnyTableSheetExists

Syntax

isAnyTableSheetExists();

Description

The isAnyTableSheetExists method determines whether the tables are in the report.

Comments

Report contains tables if the method returns True, otherwise no tables contained in the report.

Example

The method use is identical to the use of the Report.isAnyControlVisible method.

See also:

Report