[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.GraphicalRenderers.IActionRenderer

IActionRenderer Interface

Represents a renderer for any action.

Namespace: GrapeCity.ActiveReports.Rendering.GraphicalRenderers
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IActionRenderer

Methods

Name Description
RenderAction(IAction, RectangleF, int)

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

Extension Methods