DataSourceRowEventArgs.CurrentRow Property
Gets the row currently being accessed in the report’s data source, during the creation of the report’s preview.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value indicating the currently accessed row in the report’s data source during the creation of the report’s preview. |
See Also