Show contents 

Express > Express Assembly Interfaces > IEaxObject > IEaxObject.Available

IEaxObject.Available

Syntax

Available: Boolean;

Description

The Available property returns whether the object can be used in the express report.

Comments

The property returns True if an object can be used, otherwise it returns False. All the rest basic and specific properties and execution methods are variable for the available object.

This property in the current implementation is relevant for a map. The map is available if the data source contains a territorial dimension with suitable stricture to work with map. To do this, the dimension structure must contain an attribute with the TERRID identifier.

See also:

IEaxObject