Skip to main content

XtraReportBase.GetPreviousRow() Method

Returns the previous data row in the report’s data source.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public object GetPreviousRow()

Returns

Type Description
Object

A DataRowView value (if the report’s data source is a DataTable), or a collection item (if the report’s data source is an object implementing the IList interface).

Remarks

The report’s data source is assigned to the XtraReportBase.DataSource property.

See Also