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

In This Topic
    ApplyInteractivity Method (PageDocument)
    In This Topic
    Applies interactive actions to the report instance the next time it is rendered.
    Syntax
    'Declaration
     
    Public Sub ApplyInteractivity( _
       ByVal actions As InteractiveActions _
    ) 
    public void ApplyInteractivity( 
       InteractiveActions actions
    )

    Parameters

    actions
    The interactive actions to be applied.
    Remarks
    This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also