IEaxMap.TerritoryDrillable

Fore Syntax

TerritoryDrillable(TerritoryAttrValue: Variant; [DrillType: EaxDrillType = 1]): Boolean;

Fore.NET Syntax

TerritoryDrillable(TerritoryAttrValue: Variant; DrillType: Prognoz.Platform.Interop.Express.EaxDrillType): Boolean;

Parameters

TerritoryAttrValue. Territory identifier.

Description

The TerritoryDrillable property returns the ability to drilldown the data of the selected territory of the map.

Comments

To drill down the data, the territorial dimension in the express report is to be located in rows and contain the attribute with theTOPO_ID identifier in its structure. The repository topobase keys are stored as the attribute values, that are used to display the data when specified dimension items are selected.

The property returns the True, if drilldown is available, otherwise it returns False.

Example

The example of use is given in description of the DrillTerritory method.

See also:

IEaxMap