[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Export.Streaming.IInteractivity.AddAction

AddAction Method

AddAction(ActionBase, RectangleF)

Adds an interactive action, such as drillthrough, represented by the ActionBase class.

Declaration
bool AddAction(ActionBase action, RectangleF bounds)
Parameters
Type Name Description
ActionBase action

The action to add.

RectangleF bounds

The bounds of the area associated with the action.

Returns
Type Description
bool

true if the action was successfully added; otherwise, false.