[]
Creates report item from the specified definition and data context.
public virtual IReportItem Create(IReportRenderingContext reportRenderingContext, ReportItem rdlItem, IDataScopeInternal currentDataContext)
| 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. |
| Type | Description |
|---|---|
| IReportItem |
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.