MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export Namespace / IInteractivityRenderer Interface / AddToggle Method
The unique key for the toggle action.
The index of the source page.
The source area in twips on the page.

In This Topic
AddToggle Method
In This Topic
Adds a toggle action to the document.
Syntax
'Declaration
 
Sub AddToggle( _
   ByVal key As String, _
   ByVal sourcePage As Integer, _
   ByVal sourceArea As RectangleF _
) 
 

Parameters

key
The unique key for the toggle action.
sourcePage
The index of the source page.
sourceArea
The source area in twips on the page.
See Also