public ActionResult CXP_002(int IdEmpresa_Ogiro = 0, int IdTipoCbte_Ogiro = 0, decimal IdCbteCble_Ogiro = 0) { CXP_002_Rpt model = new CXP_002_Rpt(); model.p_IdEmpresa_Ogiro.Value = IdEmpresa_Ogiro; model.p_IdTipoCbte_Ogiro.Value = IdTipoCbte_Ogiro; model.p_IdCbteCble_Ogiro.Value = IdCbteCble_Ogiro; model.RequestParameters = false; return(View(model)); }
public ActionResult CXP_002(int IdEmpresa_Ogiro = 0, int IdTipoCbte_Ogiro = 0, decimal IdCbteCble_Ogiro = 0) { CXP_002_Rpt model = new CXP_002_Rpt(); #region Cargo diseño desde base int IdEmpresa = Convert.ToInt32(SessionFixed.IdEmpresa); var reporte = bus_rep_x_emp.GetInfo(IdEmpresa, "CXP_002"); if (reporte != null) { System.IO.File.WriteAllBytes(RootReporte, reporte.ReporteDisenio); model.LoadLayout(RootReporte); } #endregion model.p_IdEmpresa_Ogiro.Value = IdEmpresa_Ogiro; model.p_IdTipoCbte_Ogiro.Value = IdTipoCbte_Ogiro; model.p_IdCbteCble_Ogiro.Value = IdCbteCble_Ogiro; model.RequestParameters = false; return(View(model)); }