ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / List Class / ReportItemsInScope Property

In This Topic
    ReportItemsInScope Property (List)
    In This Topic
    Gets the report items in scope.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable ReadOnly Property ReportItemsInScope As IEnumerable
    public override IEnumerable ReportItemsInScope {get;}

    Property Value

    The report items in scope.
    See Also