Back to Devexpress

XtraReportBase.DataSourceRowChanged Event

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareportbase-80b0b40a.md

latest1.8 KB
Original Source

XtraReportBase.DataSourceRowChanged Event

Occurs when the current row in the report’s data source has been changed.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public event DataSourceRowEventHandler DataSourceRowChanged
vb
Public Event DataSourceRowChanged As DataSourceRowEventHandler

Event Data

The DataSourceRowChanged event's data class is DataSourceRowEventArgs. The following properties provide information specific to this event:

PropertyDescription
CurrentRowGets the row currently being accessed in the report’s data source, during the creation of the report’s preview.
RowCountGets 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

XtraReportBase Class

XtraReportBase Members

DevExpress.XtraReports.UI Namespace