public void Removerpt_CallsScheduledRow(rpt_CallsScheduledRow row) {
     this.Rows.Remove(row);
 }
 public rpt_CallsScheduledRowChangeEvent(rpt_CallsScheduledRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void Addrpt_CallsScheduledRow(rpt_CallsScheduledRow row) {
     this.Rows.Add(row);
 }