XtraReportBase.GetNextRow() Method
In This Article
Returns the next data row in the report’s data source.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#Returns
Type | Description |
---|---|
Object | A Data |
#Remarks
The report’s data source is assigned to the XtraReportBase.DataSource property.
See Also