ActiveReports 13
ApplyInteractivity Method

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Document Namespace > PageDocument Class : ApplyInteractivity Method
The interactive actions to be applied.
Interactivity actions to be applied to report instance next during rendering.
Syntax
'Declaration
 
Public Sub ApplyInteractivity( _
   ByVal actions As GrapeCity.ActiveReports.Document.InteractiveActions _
) 
public void ApplyInteractivity( 
   GrapeCity.ActiveReports.Document.InteractiveActions actions
)

Parameters

actions
The interactive actions to be applied.
See Also

Reference

PageDocument Class
PageDocument Members