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

DataSourceRowEventArgs.RowCount Property

Gets the total number of rows traversed in the data source during the report’s creation, up to the current point.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public int RowCount { get; }

Property Value

Type Description
Int32

An integer value equal to the total amount of rows traversed up to the current point.

See Also