Sheets: IEaxSheets;
Sheets: Prognoz.Platform.Interop.Express.IEaxSheets;
The Sheets property returns the child sheets collection of express report.
Each sheet represents 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. The child objects are created, when adding to Sheets collection more that one sheet. The copy of express report is used as child copy, if sheet is based on existing express report. If sheet is based on a new express report, that sheet is to be the child object. At the same time the copy of the source express report, to what the Sheets collection belongs, is included to the gallery.
Example of use is given in description of the IEaxSheets.Add and IEaxSheets.AddNew methods.
See also: