[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.InteractiveArea.-ctor

InteractiveArea Constructor

InteractiveArea(string, RegionEx, IAction, Tooltip)

Creates area.

Declaration
public InteractiveArea(string id, RegionEx shape, IAction action, Tooltip tooltip = null)
Parameters
Type Name Description
string id

Identifier.

RegionEx shape

Interactive area.

IAction action

Interactive action attached to the area.

Tooltip tooltip

Tooltip to be shown on hover on the area.