Example #1
0
        public static void AddRowEvent(string reportName, IGatherRow Irow)
        {
            GatherReport report = new GatherReport();
            GatherTable  tab    = report.GetReportTable(reportName);

            tab.GatherRowEvent = Irow;
        }
Example #2
0
 public void AddRowEvent(string reportName, IGatherRow Irow)
 {
     GatherFace.AddRowEvent(reportName, Irow);
 }
Example #3
0
 public void AddRowEvent(string reportName, IGatherRow Irow)
 {
     GatherFace.AddRowEvent(reportName, Irow);
 }
Example #4
0
 public static void AddRowEvent(string reportName, IGatherRow Irow)
 {
     GatherReport report = new GatherReport();
     GatherTable tab = report.GetReportTable(reportName);
     tab.GatherRowEvent = Irow;
 }