ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / DataMemberCollection Class / Count Property

In This Topic
    Count Property (DataMemberCollection)
    In This Topic
    Gets the data member count.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Count As Integer
    public abstract int Count {get;}

    Property Value

    The total number of data members in the collection as an System.Int32.
    See Also