ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IScopeDefinition Interface / ReportItemsInScope Property

In This Topic
    ReportItemsInScope Property (IScopeDefinition)
    In This Topic
    Gets the report items contained directly within this scope.
    Syntax
    'Declaration
     
    ReadOnly Property ReportItemsInScope As IEnumerable
    IEnumerable ReportItemsInScope {get;}

    Property Value

    An System.Collections.IEnumerable of ReportItem object representing the items contained in this scope.
    Remarks

    These may not be direct descendants of the component/report item this object represents; instead, they are the items considered to be in this scope according to RDL rules.

    See Also