Back to Devexpress

DataSourceRowEventArgs Class

xtrareports-devexpress-dot-xtrareports-dot-ui-0526a7ce.md

latest1.8 KB
Original Source

DataSourceRowEventArgs Class

Provides data for the XtraReportBase.DataSourceRowChanged event.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class DataSourceRowEventArgs :
    EventArgs
vb
Public Class DataSourceRowEventArgs
    Inherits EventArgs

DataSourceRowEventArgs is the data class for the following events:

Remarks

The XtraReportBase.DataSourceRowChanged event occurs when the current row in the report’s data source is changed while creating the report’s preview. A DataSourceRowEventArgs specifies the DataSourceRowEventArgs.CurrentRow of the report’s data source and the total amount of rows traversed up to the current moment.

Inheritance

Object EventArgs DataSourceRowEventArgs

See Also

DataSourceRowEventArgs Members

DevExpress.XtraReports.UI Namespace