ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export Namespace / IActionRenderingSupported Interface / AddAction Method
Source page index.
Source area in twips
Action to be rendered.

In This Topic
    AddAction Method (IActionRenderingSupported)
    In This Topic
    Renders action.
    Syntax
    'Declaration
     
    Function AddAction( _
       ByVal pageNumber As Integer, _
       ByVal area As RectangleF, _
       ByVal actionBase As ActionBase _
    ) As Boolean
    bool AddAction( 
       int pageNumber,
       RectangleF area,
       ActionBase actionBase
    )

    Parameters

    pageNumber
    Source page index.
    area
    Source area in twips
    actionBase
    Action to be rendered.

    Return Value

    True if action was rendered.
    See Also