ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Document Namespace / PageDocument Class / ApplyInteractivity Method
The interactive actions to be applied.

In This Topic
    ApplyInteractivity Method
    In This Topic
    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