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

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