ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItemCollection Class / Count Property

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

    Property Value

    An Integer indicating the number of ReportItem objects.
    See Also