[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportComponentCollection.Count

Count Property

Count

Gets the number of elements contained in the collection.

Declaration
public int Count { get; }
Property Value
Type Description
int

An int value indicating the number of IReportComponent objects in the collection.

Implements