[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportItemCollection.-ctor

ReportItemCollection Constructor

ReportItemCollection()

Initializes a new instance of the ReportItemCollection class.

Declaration
public ReportItemCollection()

ReportItemCollection(IEnumerable<ReportItem>)

Initializes a new instance of the ReportItemCollection using the specified items.

Declaration
public ReportItemCollection(IEnumerable<ReportItem> items)
Parameters
Type Name Description
IEnumerable<ReportItem> items

The items of the collection.