IEaxAnalyzeCore.Sheets

Syntax

Sheets: IEaxSheets;

Description

The Sheets property returns the collection of express report child sheets.

Comments

Each sheet represents a separate express report with personal data sources and configuration of the objects: table, chart, map, matrix.

The collection of sheets is empty by default. If one sheet is created for the collection, it corresponds to the source express report. When more than one sheet is added to the Sheets collection, child objects are created for the source express report. If the sheet is based on existing express report, the copy of express report in use is a child object. If the sheet is based on a new express report, the sheet will be the child object. At the same time the copy of the source express report, to which the Sheets collection belongs, is included to the gallery.

Example

The example of use is given in description of the IEaxSheets.Add and IEaxSheets.AddNew methods.

See also:

IEaxAnalyzeCore