ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / IMapSpatialElement Interface / Action Property

In This Topic
Action Property (IMapSpatialElement)
In This Topic
Gets the action associated with the element if any, otherwise null.
Syntax
'Declaration
 
ReadOnly Property Action As IAction
 

Property Value

An GrapeCity.ActiveReports.Extensibility.Rendering.Components.IAction representing the action associated with the element, or null if there is no associated action.
See Also