[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Tools.RenderersFactory.GetRenderer

GetRenderer Method

GetRenderer<T>(IReportItem)

Gets the renderer for the specified report item.

Declaration
public T GetRenderer<T>(IReportItem item) where T : class, IRenderer
Parameters
Type Name Description
IReportItem item

The report item.

Returns
Type Description
T

The renderer for the specified report item.

Type Parameters
Name Description
T

The type of the renderer.

Implements