[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ItemCollection-1.Count

Count Property

Count

Gets the number of T objects in the ItemCollection<T>.

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

An int value indicating the number of T objects.

Implements