[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.IRenderReportItemFactory

IRenderReportItemFactory Interface

Factory interface for creating report items.

Namespace: GrapeCity.ActiveReports.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IRenderReportItemFactory

Methods

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.

Extension Methods