IEaxSheet

Assembly: Express;

Description

The IEaxSheet interface contains properties and method of express report sheet.

Inheritance Hierarchy

IEaxSheet

Comments

The collection of express report sheets is available in the IEaxAnalyzeCore.Sheets property. Each sheet represents separate express report with individual data sources and object settings.

Properties

  Property name Brief description
Active

The Active property determines whether the current sheet is active.
Id

The Id property returns sheet identifier.
IsLoaded

The IsLoaded property determines whether express report sheet is loaded.
Key

The Key property returns sheet key.
Name

The Name property determines sheet name.
Sheets

The Sheets property returns the collection to which the current sheet belongs.

Methods

  Method name Brief description
Duplicate

The Duplicate method creates the copy of the sheet.
Load

The Load method loads express report sheet.

See also:

Express Assembly Interfaces