[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Export.Streaming.IInteractivity

IInteractivity Interface

Represents the interactivity features of a rendered document page.

Namespace: GrapeCity.ActiveReports.Rendering.Export.Streaming
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IInteractivity

Methods

Name Description
AddAction(ActionBase, RectangleF)

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

AddInteractivity(string, RectangleF)

Adds interactivity features such as sorting or toggling, represented by an action key.

Extension Methods