ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PagesCollection Class / Count Property

In This Topic
    Count Property (PagesCollection)
    In This Topic
    Returns the number of Page members in the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    public int Count {get;}

    Property Value

    Integer value that represents the number of pages in the collection.

    See Also