[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportComponentContainer.ReportItems

ReportItems Property

ReportItems

Gets a ReportItemCollection containing all the ReportItems in the container.

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

A ReportItemCollection object containing all the ReportItem objects in the container.

Implements