Ejemplo n.º 1
0
            public reporteRow AddreporteRow(string TIPO, string FECHA_EMISION, string NRO_NDOCTO, string MONTO, string FECHA_VEN, string ESTADO, string RUT_ALUMNO, string RUT_APODERADO)
            {
                reporteRow rowreporteRow = ((reporteRow)(this.NewRow()));

                rowreporteRow.ItemArray = new object[] {
                    TIPO,
                    FECHA_EMISION,
                    NRO_NDOCTO,
                    MONTO,
                    FECHA_VEN,
                    ESTADO,
                    RUT_ALUMNO,
                    RUT_APODERADO
                };
                this.Rows.Add(rowreporteRow);
                return(rowreporteRow);
            }
Ejemplo n.º 2
0
 public reporteRowChangeEvent(reporteRow row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
Ejemplo n.º 3
0
 public void RemovereporteRow(reporteRow row)
 {
     this.Rows.Remove(row);
 }
Ejemplo n.º 4
0
 public void AddreporteRow(reporteRow row)
 {
     this.Rows.Add(row);
 }
Ejemplo n.º 5
0
 public reporteRowChangeEvent(reporteRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Ejemplo n.º 6
0
 public reporteRowChangeEvent(reporteRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Ejemplo n.º 7
0
 public void RemovereporteRow(reporteRow row)
 {
     this.Rows.Remove(row);
 }
Ejemplo n.º 8
0
 public void AddreporteRow(reporteRow row)
 {
     this.Rows.Add(row);
 }