Exemplo n.º 1
0
 public Form_ReporteAsiento(Form_Asientos form_Asientos, string whatasiento)
 {
     this.form_Asientos      = form_Asientos;
     this.cualasiento        = whatasiento;
     this.negocioAsiento     = new asientosn();
     this.negocioEmpresa     = new Empresan();
     this.negocioComprobante = new Comprobantesn();
     this.negocioNits        = new Nitsn();
     this.InitializeComponent();
     this.GenerarReporte(this.cualasiento);
     crystal_reportasiento.ShowLogo = false;
 }
Exemplo n.º 2
0
 public Form_ReporteAsiento(Form_Asientos form_Asientos, string whatasiento, List <AsientoDataSource> asientos)
 {
     // TODO: Complete member initialization
     this.form_Asientos      = form_Asientos;
     this.cualasiento        = whatasiento;
     this.asientoshow        = asientos;
     this.negocioAsiento     = new asientosn();
     this.negocioEmpresa     = new Empresan();
     this.negocioComprobante = new Comprobantesn();
     this.negocioNits        = new Nitsn();
     this.InitializeComponent();
     this.GenerarReporte(this.cualasiento);
     crystal_reportasiento.ShowLogo = false;
 }