[]
Creates a report item from the specified definition and data context.
IReportItem Create(IReportRenderingContext reportRenderingContext, ReportItem rdlItem, IDataScopeInternal currentDataContext)
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. |
Type | Description |
---|---|
IReportItem | An array of IReportItem instances. |
NOTE: The returned array of items may have more items than the input definitions due to the composition of simple report items like rectangles.