[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataRegion.ReportItemsInScope

ReportItemsInScope Property

ReportItemsInScope

Gets the report items in scope for the data region.

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

An IEnumerable of report items in scope.

Implements