DataSourceRowEventArgs Properties
Provides data for the XtraReportBase.DataSourceRowChanged event.| Name | 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. |
See Also