Reversión.
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 17m7s

Se añade GDIPlus para reportes.
This commit is contained in:
2025-06-19 10:21:47 -03:00
parent dc1be0a073
commit f4601b7520
2 changed files with 12 additions and 2 deletions

View File

@@ -958,8 +958,8 @@ namespace GestionIntegral.Api.Controllers
var parameters = new List<ReportParameter>
{
new ReportParameter("FechaDesde", fechaDesde.ToString("yyyy-MM-dd")),
new ReportParameter("FechaHasta", fechaHasta.ToString("yyyy-MM-dd"))
new ReportParameter("FechaDesde", fechaDesde.ToString("dd/MM/yyyy")),
new ReportParameter("FechaHasta", fechaHasta.ToString("dd/MM/yyyy"))
};
report.SetParameters(parameters);