IEaxInvisibleDimensions

Description

The IEaxInvisibleDimensions interface contains properties and methods of express report invisible dimensions collection.

Comments

Selection in invisible dimensions is not exported or displayed in the header, headers and footers of the express report.

Properties

  Property name Brief description
The Count property returns number of invisible dimensions of the express report.
The Item property returns key of a dimension contained in the list of invisible dimensions.

Methods

  Method name Brief description
The Add method adds a dimension to the list of invisible dimensions.
The Clear method clears the list of invisible dimensions. After clearing all the dimensions become visible.
The FindByKey method finds a dimension by its key.
The Remove method removes a dimension from the invisible dimensions list by its index.
The RemoveByKey method removes a dimension from the invisible dimensions list by its key.

See also:

Express Assembly Interfaces