ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.GraphicalRenderers Namespace / IActionRenderer Interface / RenderAction Method
The action to be rendered.
The area in which the action will be rendered.
The page number on which the action will be rendered.

In This Topic
    RenderAction Method
    In This Topic
    Renders the specified action within a given region on the specified page number.
    Syntax
    'Declaration
     
    Function RenderAction( _
       ByVal action As IAction, _
       ByVal area As RectangleF, _
       ByVal pageNumber As Integer _
    ) As Boolean
    bool RenderAction( 
       IAction action,
       RectangleF area,
       int pageNumber
    )

    Parameters

    action
    The action to be rendered.
    area
    The area in which the action will be rendered.
    pageNumber
    The page number on which the action will be rendered.

    Return Value

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