[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Extensibility.ReportItemsFactories.Register

Register Method

Register(Type, Type, Func<IReportItemFactory>)

Registers report item factory in the factories list.

Declaration
public static void Register(Type definitionType, Type componentType, Func<IReportItemFactory> getFactory)
Parameters
Type Name Description
Type definitionType

The type of the report item definition.

Type componentType

The type of render component (part of rendering tree).

Func<IReportItemFactory> getFactory

The function to get a factory instance to be registered.