Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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