[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.IRenderersFactory

IRenderersFactory Interface

Interface of report items renderers factory.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IRenderersFactory

Methods

Name Description
GetRenderer<TRenderer>(IReportItem)

Returns the renderer of the specified type for the specified report item.

Extension Methods