XtraReportBase.GetPreviousRow() Method
Returns the previous data row in the report’s data source.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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