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.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value equal to the total amount of rows traversed up to the current point. |
See Also