MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export.Streaming Namespace / IInteractivity Interface / AddInteractivity Method
The key identifying the action.
The area associated with the action.

In This Topic
AddInteractivity Method
In This Topic
Adds interactivity features such as sorting or toggling, represented by an action key.
Syntax
'Declaration
 
Sub AddInteractivity( _
   ByVal actionKey As String, _
   ByVal area As RectangleF _
) 
 

Parameters

actionKey
The key identifying the action.
area
The area associated with the action.
See Also