[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.GraphicalRenderers.IActionRenderer.RenderAction

RenderAction Method

RenderAction(IAction, RectangleF, int)

Renders the specified action within a given region on the specified page number.

Declaration
bool RenderAction(IAction action, RectangleF area, int pageNumber)
Parameters
Type Name Description
IAction action

The action to be rendered.

RectangleF area

The area in which the action will be rendered.

int pageNumber

The page number on which the action will be rendered.

Returns
Type Description
bool

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