[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.IScopeDefinition.ReportItemsInScope

ReportItemsInScope Property

ReportItemsInScope

Gets the report items contained directly within this scope.

Declaration
IEnumerable ReportItemsInScope { get; }
Property Value
Type Description
IEnumerable

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

Remarks
<p>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.