Assembly: Express;
Name space: Prognoz.Platform.Interop.Express;
The IEaxSheet interface contains properties and method of express report sheet.
IEaxSheet
Use the IEaxAnalyzer.Sheets property to get a collection of express report sheets. 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. | ||
| The Analyzer property returns parameters of 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: