コード例 #1
0
 private void BOT_IMPRIMIR_Click(object sender, EventArgs e)
 {
     //entra al detalle de los Unique Code RC
     if (ra_reporte1.Checked)
     {
         reportManager.Conduce_Precio(txt_numero_despacho.Text);
     }
     if (ra_reporte2.Checked)
     {
         reportManager.Conduce_sin_Precio(txt_numero_despacho.Text);
     }
     if (ra_reporte3.Checked)
     {
         reportManager.Detalle_RC(txt_numero_despacho.Text);
     }
     if (ra_reporte4.Checked)
     {
         reportManager.Detalle_Paleta(txt_numero_despacho.Text);
     }
 }