ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export.Streaming Namespace / IInteractivity Interface / AddAction Method

In This Topic
    AddAction Method (IInteractivity)
    In This Topic
    Adds interactivity like drillthrough, etc which represented by ActionBase class.
    Syntax
    'Declaration
     
    Function AddAction( _
       ByVal action As ActionBase, _
       ByVal bounds As RectangleF _
    ) As Boolean
    bool AddAction( 
       ActionBase action,
       RectangleF bounds
    )

    Parameters

    action
    bounds
    See Also