[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.PageCollection.Count

Count Property

Count

Gets the number of Page objects in the PageCollection.

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

An int value indicating the number of Page objects.

Implements
Examples
PageCollection collection = new PageCollection();
collection.Add(new Page());
int count = collection.Count;