Row Count Devexpress Report. Add Recordcount Record Count Devepxress Report Xtrareport

 int counter = 0;
 private void lblCount_BeforePrint(object sender, System.Drawing.Printing.PrintEventArgs e) {
   counter++;
   lblCount.Text = counter.ToString();
 }