[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.InteractiveArea

InteractiveArea Class

Encapsulates interactivity area shape and related action.

Inheritance
InteractiveArea
Namespace: GrapeCity.ActiveReports.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class InteractiveArea

Constructors

Name Description
InteractiveArea(string, RegionEx, IAction, Tooltip)

Creates area.

Fields

Name Description
Action

Interactive action.

ActionKey

Describes Action key (report item+sorting/toggle type hint)

ControllerState

Specifies IToggleController/ISortingController state.

EventType
Id

Identifier of the area.

Region

Bounds of the interactive area.

Tooltip

Tooltip shown for the interactive area.

Properties

Name Description
PageNumber

Methods

Name Description
CreateSorting(SortState, RegionEx, ActionKey)
CreateToggle(bool, RegionEx, ActionKey)

Extension Methods