ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Interfaces Namespace / IReportRenderingContext Interface / CreateCustomReportItem Method

In This Topic
    CreateCustomReportItem Method (IReportRenderingContext)
    In This Topic
    Syntax
    'Declaration
     
    Function CreateCustomReportItem( _
       ByVal customAdapterReportItemDefinition As CustomReportItem, _
       ByVal dataScope As IDataScopeInternal, _
       ByVal customAdapterProgram As IReportItemProgram(Of ReportItem) _
    ) As IReportItem

    Parameters

    customAdapterReportItemDefinition
    dataScope
    customAdapterProgram
    See Also