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

In This Topic
CreateCustomReportItem Method (IRenderReportItemFactory)
In This Topic
Creates a custom report item from the specified definition, data context, and program.
Syntax
'Declaration
 
Function CreateCustomReportItem( _
   ByVal context As IReportRenderingContext, _
   ByVal definition As CustomReportItem, _
   ByVal dataContext As IDataScopeInternal, _
   ByVal program As IReportItemProgram(Of ReportItem) _
) As IReportItem
 

Parameters

context
The GrapeCity.ActiveReports.Rendering.Components.Interfaces.IReportRenderingContext used for this report.
definition
The custom report item definition.
dataContext
The GrapeCity.ActiveReports.Rendering.IDataScopeInternal to use as a data source for the created report items.
program
The program used to create the custom report item.

Return Value

See Also