[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Container.ReportItems

ReportItems Property

ReportItems

Gets a collection of the ReportItem objects hosted in the Container.

Declaration
public ReportItemCollection ReportItems { get; }
Property Value
Type Description
ReportItemCollection

A ReportItemCollection щиоусе containing the report items hosted in the container.

Implements
Examples
Container container = new Container();
ReportItemCollection items = container.ReportItems;