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

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

    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