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

In This Topic
    ReportItemsInScope Property (IScopeDefinition)
    In This Topic
    Returns the report items contained directly within this scope.
    Syntax
    'Declaration
     
    ReadOnly Property ReportItemsInScope As IEnumerable
    IEnumerable ReportItemsInScope {get;}
    Remarks
    NOTE: These may not be direct descendents of the component/report item this object represents. Instead it is the items that are considered in this scope according to RDL rules.
    See Also