DataSourceRowEventArgs Properties
Provides data for the XtraReportBase.DataSourceRowChanged event.
Name | Description |
---|---|
Current |
Gets the row currently being accessed in the report’s data source, during the creation of the report’s preview. |
Row |
Gets the total number of rows traversed in the data source during the report’s creation, up to the current point. |
See Also