Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.2.dll

Declaration

[XtraSerializableProperty]
public int TopReturnedRecords { get; set; }

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