ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PageCollection Class / Count Property

In This Topic
    Count Property (PageCollection)
    In This Topic
    Gets the number of Page objects in the PageCollection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    public int Count {get;}

    Property Value

    An Integer indicating the number of Page objects.
    See Also