ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / InteractiveArea Class / InteractiveArea Constructor
Identifier.
Interactive area.
Interactive action attached to the area.
Tooltip to be shown on hover on the area.

In This Topic
    InteractiveArea Constructor
    In This Topic
    Creates area.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal id As String, _
       ByVal shape As RegionEx, _
       ByVal action As IAction, _
       Optional ByVal tooltip As Tooltip _
    )
    public InteractiveArea( 
       string id,
       RegionEx shape,
       IAction action,
       Tooltip tooltip
    )

    Parameters

    id
    Identifier.
    shape
    Interactive area.
    action
    Interactive action attached to the area.
    tooltip
    Tooltip to be shown on hover on the area.
    See Also