[]
Registers report item factory in the factories list.
public static void Register(Type definitionType, Type componentType, Func<IReportItemFactory> getFactory)
| 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. |