XtraReportBase.DataSourceRowChanged Event
Occurs when the current row in the report’s data source has been changed.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Event Data
The DataSourceRowChanged event's data class is DataSourceRowEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
CurrentRow | Gets the row currently being accessed in the report’s data source, during the creation of the report’s preview. |
RowCount | Gets the total number of rows traversed in the data source during the report’s creation, up to the current point. |
Remarks
This event is raised when the current row in a report’s data source changes during the process of creating the report’s document.
See Also