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

In This Topic
    CreateReportItem Method
    In This Topic
    Syntax
    'Declaration
     
    Function CreateReportItem( _
       ByVal item As ReportItem, _
       ByVal dataScope As IDataScopeInternal _
    ) As IReportItem
    IReportItem CreateReportItem( 
       ReportItem item,
       IDataScopeInternal dataScope
    )

    Parameters

    item
    dataScope
    See Also