DataSourceBase.TopReturnedRecords Property
Specifies the maximum number of records to be retrieved from a data store.
Namespace: DevExpress.Persistent.Base.ReportsV2
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the maximum number of records to be retrieved from a data store. |
Remarks
The TopReturnedRecords value is passed to the IObjectSpace.SetTopReturnedObjectsCount method.
See Also