ActiveReports 18 .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 a value indicating how many items there are in the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    public int Count {get;}

    Property Value

    An System.Int32 indicating the number of IReportComponents in the collection.
    See Also