[]
Factory interface for creating report items.
public interface IRenderReportItemFactory
| Name | Description |
|---|---|
| Create(IReportRenderingContext, ReportItem, IDataScopeInternal) | Creates a report item from the specified definition and data context. |
| CreateCustomReportItem(IReportRenderingContext, CustomReportItem, IDataScopeInternal, IReportItemProgram<ReportItem>) | Creates a custom report item from the specified definition, data context, and program. |