ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataRegion Class / ReportItemsInScope Property

In This Topic
    ReportItemsInScope Property (DataRegion)
    In This Topic
    Gets the report items in scope for the data region.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property ReportItemsInScope As IEnumerable
    public abstract IEnumerable ReportItemsInScope {get;}

    Property Value

    An System.Collections.IEnumerable of report items in scope.
    See Also