Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public int CurrentRow { get; }

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