[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.RenderReportItemFactory

RenderReportItemFactory Class

Handles creation of rendering report items.

Inheritance
RenderReportItemFactory
Namespace: GrapeCity.ActiveReports.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class RenderReportItemFactory : IRenderReportItemFactory

Constructors

Name Description
RenderReportItemFactory()

Fields

Name Description
Instance

Methods

Name Description
Create(IReportRenderingContext, ReportItem, IDataScopeInternal)

Creates 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