TerritoryDrillable(TerritoryAttrValue: Variant; [DrillType: EaxDrillType = 1]): Boolean;
TerritoryDrillable(TerritoryAttrValue: Variant; DrillType: Prognoz.Platform.Interop.Express.EaxDrillType): Boolean;
TerritoryAttrValue. Territory identifier.
The TerritoryDrillable property returns the ability to drilldown the data of the selected territory of the map.
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.
The example of use is given in description of the DrillTerritory method.
See also: