public void AddPrint3ChartReportRow(Print3ChartReportRow row) {
     this.Rows.Add(row);
 }
 public void RemovePrint3ChartReportRow(Print3ChartReportRow row) {
     this.Rows.Remove(row);
 }
 public Print3ChartReportRowChangeEvent(Print3ChartReportRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }