Back to Devexpress

DataSourceRowEventArgs.CurrentRow Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-datasourceroweventargs.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public int CurrentRow { get; }
vb
Public ReadOnly Property CurrentRow As Integer

Property Value

TypeDescription
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

DataSourceRowEventArgs Class

DataSourceRowEventArgs Members

DevExpress.XtraReports.UI Namespace