[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.RenderReportItemFactory.Create

Create Method

Create(IReportRenderingContext, ReportItem, IDataScopeInternal)

Creates report item from the specified definition and data context.

Declaration
public virtual IReportItem Create(IReportRenderingContext reportRenderingContext, ReportItem rdlItem, IDataScopeInternal currentDataContext)
Parameters
Type Name Description
IReportRenderingContext reportRenderingContext

The GrapeCity.ActiveReports.Rendering.ReportRenderingContext used for this report.

ReportItem rdlItem

The RDL definition of the report item to construct.

IDataScopeInternal currentDataContext

The IDataScope to use as a data source for the created ReportItems.

Returns
Type Description
IReportItem
Implements
Remarks

NOTE: The returned array of items very well may have more items than the input definitions due to composition of simple report items like rectangle.