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

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

    Property Value

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