ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export.Streaming Namespace / IInteractivity Interface / AddAction Method
The action to add.
The bounds of the area associated with the action.

In This Topic
    AddAction Method (IInteractivity)
    In This Topic
    Adds an interactive action, such as drillthrough, represented by the GrapeCity.ActiveReports.Extensibility.Rendering.Components.ActionBase class.
    Syntax
    'Declaration
     
    Function AddAction( _
       ByVal action As ActionBase, _
       ByVal bounds As RectangleF _
    ) As Boolean
    bool AddAction( 
       ActionBase action,
       RectangleF bounds
    )

    Parameters

    action
    The action to add.
    bounds
    The bounds of the area associated with the action.

    Return Value

    true if the action was successfully added; otherwise, false.
    See Also