[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.IRenderReportItemFactory.Create

Create Method

Create(IReportRenderingContext, ReportItem, IDataScopeInternal)

Creates a report item from the specified definition and data context.

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

The IReportRenderingContext used for this report.

ReportItem rdlItem

The RDL definition of the report item to construct.

IDataScopeInternal currentDataContext

The IDataScopeInternal to use as a data source for the created report items.

Returns
Type Description
IReportItem

An array of IReportItem instances.

Remarks

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