General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
XtraReportBase.GetPreviousRow() Method
Returns the previous data row in the report's data source.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v19.2.dll
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
Feedback