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

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