Пример #1
0
 public DevExpress.XtraReports.UI.XtraReport Optener_reporte(Info.class_sri.NotaDebito.notaDebito_Ride_Info InfoNotaDeb)
 {
     try
     {
         xRpt_Ride_NotaDebito_Gen Reporte = new xRpt_Ride_NotaDebito_Gen();
         Reporte.cargar_reporte(InfoNotaDeb);
         return(Reporte);
     }
     catch (Exception ex)
     {
         return(new DevExpress.XtraReports.UI.XtraReport());
     }
 }
 public DevExpress.XtraReports.UI.XtraReport Optener_reporte(Info.class_sri.NotaDebito.notaDebito_Ride_Info InfoNotaDeb)
 {
     return(new xRpt_Ride_ERROR());
 }
Пример #3
0
 public DevExpress.XtraReports.UI.XtraReport Optener_reporte(Info.class_sri.NotaDebito.notaDebito_Ride_Info InfoNotaDeb)
 {
     throw new NotImplementedException();
 }