ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / RecordSet Class / RecordSet Constructor
The records collection.
function returning AggregateDataProvider

In This Topic
    RecordSet Constructor
    In This Topic
    Initializes a new instance of the RecordSet class
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal records As IEnumerable(Of Record), _
       Optional ByVal getAggregateDataProvider As Func(Of IAggregateDataProvider) _
    )

    Parameters

    records
    The records collection.
    getAggregateDataProvider
    function returning AggregateDataProvider
    See Also