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

In This Topic
    CreateReportItems Method
    In This Topic
    Syntax
    'Declaration
     
    Function CreateReportItems( _
       ByVal items As IEnumerable(Of ReportItem), _
       ByVal dataScope As IDataScopeInternal _
    ) As IEnumerable(Of IReportItem)
    IEnumerable<IReportItem> CreateReportItems( 
       IEnumerable<ReportItem> items,
       IDataScopeInternal dataScope
    )

    Parameters

    items
    dataScope
    See Also