public void Removerpt_CallerLogCountsRow(rpt_CallerLogCountsRow row) {
     this.Rows.Remove(row);
 }
 public rpt_CallerLogCountsRowChangeEvent(rpt_CallerLogCountsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void Addrpt_CallerLogCountsRow(rpt_CallerLogCountsRow row) {
     this.Rows.Add(row);
 }