ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / RecordSet Class / Records Property

In This Topic
    Records Property
    In This Topic
    Gets record collection
    Syntax
    'Declaration
     
    Public ReadOnly Property Records As IEnumerable(Of Record)
    public IEnumerable<Record> Records {get;}
    See Also