Assembly: Express;
Name space: Prognoz.Platform.Interop.Express;
The IEaxSheet interface contains properties and method of express report sheet.
IEaxSheet
The collection of express report sheets is available in the IEaxAnalyzerCore.Sheets property. Each sheet represents separate express report with individual data sources and object settings.
Property name | Brief description | |
The Active property determines whether the current sheet is active. | ||
Outdated. The Analyzer property returns parameters of the express report that is the source of the sheet. | ||
The Id property returns sheet identifier. | ||
The IsLoaded property determines whether express report sheet will be loaded. | ||
The Key property returns sheet key. | ||
The Name property determines sheet name. | ||
The Sheets property returns the collection to which the current sheet belongs. |
Method name | Brief description | |
The Duplicate method creates the copy of the sheet. | ||
The Load method loads express report sheet. |
See also: