ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportComponentCollection Class / Count Property

In This Topic
    Count Property (ReportComponentCollection)
    In This Topic
    Gets the number of elements contained in the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    public int Count {get;}

    Property Value

    An System.Int32 value indicating the number of IReportComponent objects in the collection.
    See Also