'Declaration Public Overridable Function Create( _ ByVal reportRenderingContext As IReportRenderingContext, _ ByVal rdlItem As ReportItem, _ ByVal currentDataContext As IDataScopeInternal _ ) As IReportItem
public virtual IReportItem Create( IReportRenderingContext reportRenderingContext, ReportItem rdlItem, IDataScopeInternal currentDataContext )
Parameters
- reportRenderingContext
- The GrapeCity.ActiveReports.Rendering.ReportRenderingContext used for this report.
- rdlItem
- The RDL definition of the report item to construct.
- currentDataContext
- The GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataScope to use as a data source for the created ReportItems.