MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / IRenderReportItemFactory Interface / Create Method
The GrapeCity.ActiveReports.Rendering.Components.Interfaces.IReportRenderingContext used for this report.
The RDL definition of the report item to construct.
The GrapeCity.ActiveReports.Rendering.IDataScopeInternal to use as a data source for the created report items.

In This Topic
Create Method (IRenderReportItemFactory)
In This Topic
Creates a report item from the specified definition and data context.
Syntax
'Declaration
 
Function Create( _
   ByVal reportRenderingContext As IReportRenderingContext, _
   ByVal rdlItem As ReportItem, _
   ByVal currentDataContext As IDataScopeInternal _
) As IReportItem
 

Parameters

reportRenderingContext
The GrapeCity.ActiveReports.Rendering.Components.Interfaces.IReportRenderingContext used for this report.
rdlItem
The RDL definition of the report item to construct.
currentDataContext
The GrapeCity.ActiveReports.Rendering.IDataScopeInternal to use as a data source for the created report items.

Return Value

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.
See Also