Test formato fecha para rdlc.
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 12m51s
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 12m51s
This commit is contained in:
@@ -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("yyyy-MM-dd")),
|
||||
new ReportParameter("FechaHasta", fechaHasta.ToString("yyyy-MM-dd"))
|
||||
};
|
||||
|
||||
report.SetParameters(parameters);
|
||||
|
||||
Reference in New Issue
Block a user