'Declaration Function Create( _ ByVal reportRenderingContext As IReportRenderingContext, _ ByVal rdlItem As ReportItem, _ ByVal currentDataContext As IDataScopeInternal _ ) As IReportItem
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.Rendering.IDataScopeInternal to use as a data source for the created ReportItems.