ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Chart Class / ReportItemsInScope Property

In This Topic
    ReportItemsInScope Property (Chart)
    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