The IncGeoSummary property returns or sets the option to include a geographical summary in the Territories dialog.
object.IncGeoSummary
object.IncGeoSummary = IncGeoSummary
Parameter |
Type |
Description |
IncGeoSummary |
Boolean |
required; true includes a geographical summary |
Example
'Show the geographical summary
TerritoryMap.IncGeoSummary = True
Used by: TerritoryMap object